| Package | Description |
|---|---|
| org.axonframework.modelling.saga | |
| org.axonframework.modelling.saga.repository |
| 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–2024. All rights reserved.