Uses of Interface
org.axonframework.config.SagaConfiguration
Packages that use SagaConfiguration
-
Uses of SagaConfiguration in org.axonframework.config
Methods in org.axonframework.config that return SagaConfigurationModifier and TypeMethodDescriptionSagaConfigurer.initialize(Configuration configuration) Initializes Saga Configuration by using the mainConfiguration.default <T> SagaConfiguration<T> EventProcessingConfiguration.sagaConfiguration(Class<T> sagaType) Returns theSagaConfigurationfor the givensagaType.Methods in org.axonframework.config that return types with arguments of type SagaConfigurationModifier and TypeMethodDescriptionEventProcessingConfiguration.sagaConfigurations()Returns aListofSagaConfigurations registered within this configuration.EventProcessingModule.sagaConfigurations()