Uses of Interface
org.axonframework.modelling.saga.repository.SagaStore
Packages that use SagaStore
Package
Description
-
Uses of SagaStore in org.axonframework.config
Methods in org.axonframework.config that return SagaStoreModifier and TypeMethodDescriptionEventProcessingConfiguration.sagaStore()Returns aSagaStoreregistered within this configuration.EventProcessingModule.sagaStore()SagaConfiguration.store()Retrieve theSagaStorein this Configuration.Method parameters in org.axonframework.config with type arguments of type SagaStoreModifier and TypeMethodDescriptionSagaConfigurer.configureSagaStore(Function<Configuration, SagaStore<? super T>> storeBuilder) Configures aSagaStorefor this Saga.EventProcessingConfigurer.registerSagaStore(Function<Configuration, SagaStore> sagaStoreBuilder) EventProcessingModule.registerSagaStore(Function<Configuration, SagaStore> sagaStoreBuilder) -
Uses of SagaStore in org.axonframework.modelling.saga.repository
Classes in org.axonframework.modelling.saga.repository that implement SagaStoreModifier and TypeClassDescriptionclassSaga Repository implementation that adds caching behavior to the repository it wraps.Methods in org.axonframework.modelling.saga.repository with parameters of type SagaStoreModifier and TypeMethodDescriptionCachingSagaStore.Builder.delegateSagaStore(SagaStore<T> delegateSagaStore) Sets theSagaStoreinstance providing access to (persisted) entries.Sets theSagaStoreused to save and load saga instances. -
Uses of SagaStore in org.axonframework.modelling.saga.repository.inmemory
Classes in org.axonframework.modelling.saga.repository.inmemory that implement SagaStoreModifier and TypeClassDescriptionclassSagaRepository implementation that stores all Saga instances in memory. -
Uses of SagaStore in org.axonframework.modelling.saga.repository.jdbc
Classes in org.axonframework.modelling.saga.repository.jdbc that implement SagaStoreModifier and TypeClassDescriptionclassASagaStoreimplementation that uses JDBC to store and find Saga instances. -
Uses of SagaStore in org.axonframework.modelling.saga.repository.jpa
Classes in org.axonframework.modelling.saga.repository.jpa that implement SagaStore -
Uses of SagaStore in org.axonframework.modelling.saga.repository.legacyjpa
Classes in org.axonframework.modelling.saga.repository.legacyjpa that implement SagaStore
JpaSagaStorewhich moved to jakarta.