Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.modelling.saga | |
org.axonframework.modelling.saga.repository |
Modifier and Type | Method and Description |
---|---|
SagaRepository<S> |
SagaConfiguration.repository()
Retrieve the
SagaRepository in this Configuration. |
Modifier and Type | Method and Description |
---|---|
SagaConfigurer<T> |
SagaConfigurer.configureRepository(Function<Configuration,SagaRepository<T>> repositoryBuilder)
Configures a
SagaRepository for this Saga. |
Modifier and Type | Method and Description |
---|---|
AnnotatedSagaManager.Builder<T> |
AnnotatedSagaManager.Builder.sagaRepository(SagaRepository<T> sagaRepository) |
AbstractSagaManager.Builder<T> |
AbstractSagaManager.Builder.sagaRepository(SagaRepository<T> sagaRepository)
Sets the
SagaRepository of generic type T used to save and load Saga instances. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedSagaRepository<T>
SagaRepository implementation extending from the
LockingSagaRepository dealing with annotated Sagas. |
class |
LockingSagaRepository<T>
Abstract implementation of a saga repository that locks access to a saga while the saga is being operated on.
|
Copyright © 2010–2018. All rights reserved.