|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceInjector | |
|---|---|
| org.axonframework.mongo3.saga.repository | |
| 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. |
| Uses of ResourceInjector in org.axonframework.mongo3.saga.repository |
|---|
| Methods in org.axonframework.mongo3.saga.repository with parameters of type ResourceInjector | |
|---|---|
void |
MongoSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need. |
| Uses of ResourceInjector in org.axonframework.saga |
|---|
| Classes in org.axonframework.saga that implement ResourceInjector | |
|---|---|
class |
SimpleResourceInjector
Resource injector that uses setter methods to inject resources. |
| Methods in org.axonframework.saga with parameters of type ResourceInjector | |
|---|---|
void |
GenericSagaFactory.setResourceInjector(ResourceInjector resourceInjector)
Sets the resource injector that provides the resources needed by the Sagas created by this factory. |
| Uses of ResourceInjector in org.axonframework.saga.repository.jdbc |
|---|
| Methods in org.axonframework.saga.repository.jdbc with parameters of type ResourceInjector | |
|---|---|
void |
JdbcSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need. |
| Uses of ResourceInjector in org.axonframework.saga.repository.jpa |
|---|
| Methods in org.axonframework.saga.repository.jpa with parameters of type ResourceInjector | |
|---|---|
void |
JpaSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need. |
| Uses of ResourceInjector in org.axonframework.saga.repository.mongo |
|---|
| Methods in org.axonframework.saga.repository.mongo with parameters of type ResourceInjector | |
|---|---|
void |
MongoSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need. |
| Uses of ResourceInjector in org.axonframework.saga.spring |
|---|
| Classes in org.axonframework.saga.spring that implement ResourceInjector | |
|---|---|
class |
SpringResourceInjector
ResourceInjector implementation that injects Saga instances with resources available from the Spring Application context the injector is registered in. |
| Uses of ResourceInjector in org.axonframework.test.utils |
|---|
| Classes in org.axonframework.test.utils that implement ResourceInjector | |
|---|---|
class |
AutowiredResourceInjector
Resource injector that uses setter methods to inject resources. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||