| Modifier and Type | Class and Description |
|---|---|
class |
CachingSagaStore<T>
Saga Repository implementation that adds caching behavior to the repository it wraps.
|
| Modifier and Type | Method and Description |
|---|---|
CachingSagaStore.Builder<T> |
CachingSagaStore.Builder.delegateSagaStore(SagaStore<T> delegateSagaStore)
Sets the
SagaStore instance providing access to (persisted) entries. |
AnnotatedSagaRepository.Builder<T> |
AnnotatedSagaRepository.Builder.sagaStore(SagaStore<? super T> sagaStore)
Sets the
SagaStore used to save and load saga instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemorySagaStore
SagaRepository implementation that stores all Saga instances in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcSagaStore
A
SagaStore implementation that uses JDBC to store and find Saga instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaSagaStore
Deprecated.
in favor of using
JpaSagaStore which moved to
jakarta. |
Copyright © 2010–2024. All rights reserved.