Package | Description |
---|---|
org.axonframework.saga | |
org.axonframework.saga.annotation |
Modifier and Type | Class and Description |
---|---|
class |
GenericSagaFactory
SagaFactory implementation that uses the default (no-arg) constructor on the saga to initialize.
|
Constructor and Description |
---|
AbstractSagaManager(EventBus eventBus,
SagaRepository sagaRepository,
SagaFactory sagaFactory,
Class<? extends Saga>... sagaTypes)
Deprecated.
|
AbstractSagaManager(SagaRepository sagaRepository,
SagaFactory sagaFactory,
Class<? extends Saga>... sagaTypes)
Initializes the SagaManager with the given
sagaRepository . |
SimpleSagaManager(Class<? extends Saga> sagaType,
SagaRepository sagaRepository,
AssociationValueResolver associationValueResolver,
SagaFactory sagaFactory)
Initialize a SimpleSagaManager backed by the given resources.
|
SimpleSagaManager(Class<? extends Saga> sagaType,
SagaRepository sagaRepository,
AssociationValueResolver associationValueResolver,
SagaFactory sagaFactory,
EventBus eventBus)
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncAnnotatedSagaManager.setSagaFactory(SagaFactory sagaFactory)
Sets the SagaFactory responsible for creating new Saga instances when required.
|
Constructor and Description |
---|
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.
|
AnnotatedSagaManager(SagaRepository sagaRepository,
SagaFactory sagaFactory,
ParameterResolverFactory parameterResolverFactory,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Initialize the AnnotatedSagaManager using the given resources.
|
Copyright © 2010-2014. All Rights Reserved.