Uses of Enum Class
org.axonframework.extension.springboot.EventProcessorProperties.Mode
Packages that use EventProcessorProperties.Mode
-
Uses of EventProcessorProperties.Mode in org.axonframework.extension.springboot
Methods in org.axonframework.extension.springboot that return EventProcessorProperties.ModeModifier and TypeMethodDescriptionEventProcessorProperties.ProcessorSettings.getMode()Returns the type of processor to configure.Returns the enum constant of this class with the specified name.static EventProcessorProperties.Mode[]EventProcessorProperties.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.axonframework.extension.springboot with parameters of type EventProcessorProperties.ModeModifier and TypeMethodDescriptionvoidEventProcessorProperties.ProcessorSettings.setMode(EventProcessorProperties.Mode mode) Sets the type of processor that should be configured.