Uses of Class
org.axonframework.config.SagaConfigurer
Packages that use SagaConfigurer
-
Uses of SagaConfigurer in org.axonframework.config
Methods in org.axonframework.config that return SagaConfigurerModifier and TypeMethodDescriptionSagaConfigurer.configureRepository(Function<Configuration, SagaRepository<T>> repositoryBuilder) Configures aSagaRepositoryfor this Saga.SagaConfigurer.configureSagaManager(Function<Configuration, AbstractSagaManager<T>> managerBuilder) Configures a Saga Manager for this Saga.SagaConfigurer.configureSagaStore(Function<Configuration, SagaStore<? super T>> storeBuilder) Configures aSagaStorefor this Saga.static <T> SagaConfigurer<T> Retrieve theSagaConfigurerfor givensagaType.Method parameters in org.axonframework.config with type arguments of type SagaConfigurerModifier and TypeMethodDescriptionEventProcessingConfigurer.registerSaga(Class<T> sagaType, Consumer<SagaConfigurer<T>> sagaConfigurer) Registers a Saga, allowing specific configuration to use for this Saga type.EventProcessingModule.registerSaga(Class<T> sagaType, Consumer<SagaConfigurer<T>> sagaConfigurer)