|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SagaRepository in org.axonframework.saga |
---|
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,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Initialize the AnnotatedSagaManager using given repository to load sagas and supporting given
annotated sagaClasses . |
|
AnnotatedSagaManager(SagaRepository sagaRepository,
EventBus eventBus,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Deprecated. use AnnotatedSagaManager.AnnotatedSagaManager(org.axonframework.saga.SagaRepository,
Class[]) instead and register this instance using EventBus.subscribe(org.axonframework.eventhandling.EventListener) |
|
AnnotatedSagaManager(SagaRepository sagaRepository,
ParameterResolverFactory parameterResolverFactory,
Class<? extends AbstractAnnotatedSaga>... sagaClasses)
Initialize the AnnotatedSagaManager using given repository to load sagas and supporting given
annotated sagaClasses . |
|
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. |
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,
Cache associationsCache,
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.jdbc |
---|
Classes in org.axonframework.saga.repository.jdbc that implement SagaRepository | |
---|---|
class |
JdbcSagaRepository
Jdbc implementation of the Saga Repository. |
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. |
Uses of SagaRepository in org.axonframework.saga.repository.mongo |
---|
Classes in org.axonframework.saga.repository.mongo that implement SagaRepository | |
---|---|
class |
MongoSagaRepository
Implementations of the SagaRepository that stores Sagas and their associations in a Mongo Database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |