Package | Description |
---|---|
org.axonframework.modelling.saga.repository |
Modifier and Type | Method and Description |
---|---|
CachingSagaStore.Builder<T> |
CachingSagaStore.Builder.associationsCache(Cache associationsCache)
Sets the
associationsCache of type Cache used to store Saga associations with. |
static <T> CachingSagaStore.Builder<T> |
CachingSagaStore.builder()
Instantiate a Builder to be able to create a
CachingSagaStore . |
CachingSagaStore.Builder<T> |
CachingSagaStore.Builder.delegateSagaStore(SagaStore<T> delegateSagaStore)
Sets the
SagaStore instance providing access to (persisted) entries. |
CachingSagaStore.Builder<T> |
CachingSagaStore.Builder.sagaCache(Cache sagaCache)
Sets the
sagaCache of type Cache used to store Sagas with. |
Constructor and Description |
---|
CachingSagaStore(CachingSagaStore.Builder<T> builder)
Instantiate a
CachingSagaStore based on the fields contained in the CachingSagaStore.Builder . |
Copyright © 2010–2018. All rights reserved.