Package | Description |
---|---|
org.axonframework.saga | |
org.axonframework.saga.repository.jdbc | |
org.axonframework.saga.repository.jpa | |
org.axonframework.saga.repository.mongo | |
org.axonframework.saga.spring | |
org.axonframework.test.utils |
A collection of classes which may prove useful when testing Axon-based classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleResourceInjector
Resource injector that uses setter methods to inject resources.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericSagaFactory.setResourceInjector(ResourceInjector resourceInjector)
Sets the resource injector that provides the resources needed by the Sagas created by this factory.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringResourceInjector
ResourceInjector implementation that injects Saga instances with resources available from the Spring Application
context the injector is registered in.
|
Modifier and Type | Class and Description |
---|---|
class |
AutowiredResourceInjector
Resource injector that uses setter methods to inject resources.
|
Copyright © 2010-2014. All Rights Reserved.