Uses of Interface
org.axonframework.modelling.saga.SagaRepository
Packages that use SagaRepository
Package
Description
-
Uses of SagaRepository in org.axonframework.config
Methods in org.axonframework.config that return SagaRepositoryModifier and TypeMethodDescriptionSagaConfiguration.repository()Retrieve theSagaRepositoryin this Configuration.Method parameters in org.axonframework.config with type arguments of type SagaRepositoryModifier and TypeMethodDescriptionSagaConfigurer.configureRepository(Function<Configuration, SagaRepository<T>> repositoryBuilder) Configures aSagaRepositoryfor this Saga. -
Uses of SagaRepository in org.axonframework.modelling.saga
Methods in org.axonframework.modelling.saga with parameters of type SagaRepositoryModifier and TypeMethodDescriptionAbstractSagaManager.Builder.sagaRepository(SagaRepository<T> sagaRepository) Sets theSagaRepositoryof generic typeTused to save and load Saga instances.AnnotatedSagaManager.Builder.sagaRepository(SagaRepository<T> sagaRepository) -
Uses of SagaRepository in org.axonframework.modelling.saga.repository
Classes in org.axonframework.modelling.saga.repository that implement SagaRepositoryModifier and TypeClassDescriptionclassSagaRepositoryimplementation extending from theLockingSagaRepositorydealing with annotated Sagas.classAbstract implementation of a saga repository that locks access to a saga while the saga is being operated on.