| Package | Description |
|---|---|
| org.axonframework.modelling.saga | |
| org.axonframework.modelling.saga.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceInjector
Abstract implementation of a
ResourceInjector for sagas that injects field and method resources. |
class |
SimpleResourceInjector
A resource injector that checks for @Inject annotated fields and setter methods to inject resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoResourceInjector
ResourceInjector that does not inject anything.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedSagaRepository.Builder<T> |
AnnotatedSagaRepository.Builder.resourceInjector(ResourceInjector resourceInjector)
Sets the
ResourceInjector used to initialize Saga instances after a target instance is
created or loaded from the store. |
Copyright © 2010–2022. All rights reserved.