|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SagaRepository in org.axonframework.saga |
|---|
| Constructors in org.axonframework.saga with parameters of type SagaRepository | |
|---|---|
AbstractSagaManager(EventBus eventBus,
SagaRepository sagaRepository,
SagaFactory sagaFactory,
Class<? extends Saga>... sagaTypes)
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 |
|---|
| Methods in org.axonframework.saga.annotation with parameters of type SagaRepository | |
|---|---|
void |
AsyncAnnotatedSagaManager.setSagaRepository(SagaRepository sagaRepository)
Sets the saga repository to store and load Sagas from. |
| 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. |
|
| Uses of SagaRepository in org.axonframework.saga.repository |
|---|
| Classes in org.axonframework.saga.repository that implement SagaRepository | |
|---|---|
class |
AbstractSagaRepository
Abstract implementation for saga repositories. |
class |
CachingSagaRepository
Saga Repository implementation that adds caching behavior to the repository it wraps. |
| Constructors in org.axonframework.saga.repository with parameters of type SagaRepository | |
|---|---|
CachingSagaRepository(SagaRepository delegate,
net.sf.jsr107cache.Cache associationsCache,
net.sf.jsr107cache.Cache sagaCache)
Initializes an instance delegating to the given delegate, storing associations in the given
associationsCache and Saga instances in the given sagaCache. |
|
| 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 | |||||||||