Class EventProcessingAutoConfiguration
java.lang.Object
org.axonframework.extension.springboot.autoconfig.EventProcessingAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(EventProcessorProperties.class)
public class EventProcessingAutoConfiguration
extends Object
Auto configuration for event processors.
- Since:
- 4.0
- Author:
- Milan Savic, Simon Zambrovski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneventProcessorSettings(org.springframework.core.env.Environment environment) Constructs event processing settings.
-
Constructor Details
-
EventProcessingAutoConfiguration
public EventProcessingAutoConfiguration()
-
-
Method Details
-
eventProcessorSettings
@Bean public EventProcessorSettings.MapWrapper eventProcessorSettings(@Nonnull org.springframework.core.env.Environment environment) Constructs event processing settings.- Parameters:
environment- The spring boot environment.- Returns:
- The event processor settings keyed by processor name.
- See Also:
-