Package org.axonframework.springboot
Class EventProcessorProperties
java.lang.Object
org.axonframework.springboot.EventProcessorProperties
Properties describing the settings for Event Processors.
- Since:
- 3.0
- Author:
- Allard Buijze
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumThe processing modes of anEventProcessor.static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the settings for each of the configured processors, by name.
-
Constructor Details
-
EventProcessorProperties
public EventProcessorProperties()
-
-
Method Details
-
getProcessors
Returns the settings for each of the configured processors, by name.- Returns:
- the settings for each of the configured processors, by name.
-