Package | Description |
---|---|
org.axonframework.springboot |
Modifier and Type | Method and Description |
---|---|
EventProcessorProperties.Mode |
EventProcessorProperties.ProcessorSettings.getMode()
Returns the type of processor to configure.
|
static EventProcessorProperties.Mode |
EventProcessorProperties.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventProcessorProperties.Mode[] |
EventProcessorProperties.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventProcessorProperties.ProcessorSettings.setMode(EventProcessorProperties.Mode mode)
Sets the type of processor that should be configured.
|
Copyright © 2010–2023. All rights reserved.