@ConfigurationProperties(value="axon.eventhandling") public class EventProcessorProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventProcessorProperties.Mode
The processing mode of the processor.
|
static class |
EventProcessorProperties.ProcessorSettings |
Constructor and Description |
---|
EventProcessorProperties() |
Modifier and Type | Method and Description |
---|---|
Map<String,EventProcessorProperties.ProcessorSettings> |
getProcessors()
Returns the settings for each of the configured processors, by name.
|
public Map<String,EventProcessorProperties.ProcessorSettings> getProcessors()
Copyright © 2010–2019. All rights reserved.