|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SagaRepository in org.axonframework.saga |
|---|
| Methods in org.axonframework.saga that return SagaRepository | |
|---|---|
protected SagaRepository |
AbstractSagaManager.getSagaRepository()
Returns the repository that provides access to Saga instances. |
| Constructors in org.axonframework.saga with parameters of type SagaRepository | |
|---|---|
AbstractSagaManager(EventBus eventBus,
SagaRepository sagaRepository,
SagaFactory sagaFactory)
Initializes the SagaManager with the given eventBus and sagaRepository. |
|
SimpleSagaManager(Class<? extends Saga> sagaType,
SagaRepository sagaRepository,
AssociationValueResolver associationValueResolver,
EventBus eventBus)
Initialize a SimpleSagaManager backed by the given resources, using a GenericSagaFactory. |
|
SimpleSagaManager(Class<? extends Saga> sagaType,
SagaRepository sagaRepository,
AssociationValueResolver associationValueResolver,
SagaFactory sagaFactory,
EventBus eventBus)
Initialize a SimpleSagaManager backed by the given resources. |
|
| Uses of SagaRepository in org.axonframework.saga.annotation |
|---|
| Constructors in org.axonframework.saga.annotation with parameters of type SagaRepository | |
|---|---|
AnnotatedSagaManager(SagaRepository sagaRepository,
EventBus eventBus,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Initialize the AnnotatedSagaManager using the given resources, and using a GenericSagaFactory. |
|
AnnotatedSagaManager(SagaRepository sagaRepository,
SagaFactory sagaFactory,
EventBus eventBus,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Initialize the AnnotatedSagaManager using the given resources, and using a GenericSagaFactory. |
|
| Uses of SagaRepository in org.axonframework.saga.repository |
|---|
| Classes in org.axonframework.saga.repository that implement SagaRepository | |
|---|---|
class |
AbstractSagaRepository
Abstract implementation for saga repositories. |
| Uses of SagaRepository in org.axonframework.saga.repository.inmemory |
|---|
| Classes in org.axonframework.saga.repository.inmemory that implement SagaRepository | |
|---|---|
class |
InMemorySagaRepository
SagaRepository implementation that stores all Saga instances in memory. |
| Uses of SagaRepository in org.axonframework.saga.repository.jpa |
|---|
| Classes in org.axonframework.saga.repository.jpa that implement SagaRepository | |
|---|---|
class |
JpaSagaRepository
JPA implementation of the Saga Repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||