|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SagaFactory | |
---|---|
org.axonframework.saga | |
org.axonframework.saga.annotation |
Uses of SagaFactory in org.axonframework.saga |
---|
Classes in org.axonframework.saga that implement SagaFactory | |
---|---|
class |
GenericSagaFactory
SagaFactory implementation that uses the default (no-arg) constructor on the saga to initialize. |
Uses of SagaFactory in org.axonframework.saga.annotation |
---|
Methods in org.axonframework.saga.annotation with parameters of type SagaFactory | |
---|---|
void |
AsyncAnnotatedSagaManager.setSagaFactory(SagaFactory sagaFactory)
Sets the SagaFactory responsible for creating new Saga instances when required. |
Constructors in org.axonframework.saga.annotation with parameters of type SagaFactory | |
---|---|
AnnotatedSagaManager(SagaRepository sagaRepository,
SagaFactory sagaFactory,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Initialize the AnnotatedSagaManager using the given resources. |
|
AnnotatedSagaManager(SagaRepository sagaRepository,
SagaFactory sagaFactory,
EventBus eventBus,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Deprecated. use AnnotatedSagaManager.AnnotatedSagaManager(org.axonframework.saga.SagaRepository,
org.axonframework.saga.SagaFactory, Class[]) instead and register this instance using EventBus.subscribe(org.axonframework.eventhandling.EventListener) |
|
AnnotatedSagaManager(SagaRepository sagaRepository,
SagaFactory sagaFactory,
ParameterResolverFactory parameterResolverFactory,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Initialize the AnnotatedSagaManager using the given resources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |