Package | Description |
---|---|
org.axonframework.config |
Modifier and Type | Method and Description |
---|---|
SagaConfiguration<T> |
SagaConfigurer.initialize(Configuration configuration)
Initializes Saga Configuration by using the main
Configuration . |
default <T> SagaConfiguration<T> |
EventProcessingConfiguration.sagaConfiguration(Class<T> sagaType)
Returns the
SagaConfiguration for the given sagaType . |
Modifier and Type | Method and Description |
---|---|
List<SagaConfiguration<?>> |
EventProcessingModule.sagaConfigurations() |
List<SagaConfiguration<?>> |
EventProcessingConfiguration.sagaConfigurations()
Returns a
List of SagaConfiguration s registered within this configuration. |
Copyright © 2010–2019. All rights reserved.