Uses of Class
org.axonframework.modelling.saga.repository.CachingSagaStore.Builder
Packages that use CachingSagaStore.Builder
-
Uses of CachingSagaStore.Builder in org.axonframework.modelling.saga.repository
Methods in org.axonframework.modelling.saga.repository that return CachingSagaStore.BuilderModifier and TypeMethodDescriptionCachingSagaStore.Builder.associationsCache(Cache associationsCache) Sets theassociationsCacheof typeCacheused to store Saga associations with.static <T> CachingSagaStore.Builder<T> CachingSagaStore.builder()Instantiate a Builder to be able to create aCachingSagaStore.CachingSagaStore.Builder.delegateSagaStore(SagaStore<T> delegateSagaStore) Sets theSagaStoreinstance providing access to (persisted) entries.Sets thesagaCacheof typeCacheused to store Sagas with.Constructors in org.axonframework.modelling.saga.repository with parameters of type CachingSagaStore.BuilderModifierConstructorDescriptionprotectedCachingSagaStore(CachingSagaStore.Builder<T> builder) Instantiate aCachingSagaStorebased on the fields contained in theCachingSagaStore.Builder.