Uses of Class
org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
Packages that use AxonServerConfiguration.Eventhandling.ProcessorSettings
Package
Description
-
Uses of AxonServerConfiguration.Eventhandling.ProcessorSettings in org.axonframework.axonserver.connector
Methods in org.axonframework.axonserver.connector that return types with arguments of type AxonServerConfiguration.Eventhandling.ProcessorSettingsModifier and TypeMethodDescriptionAxonServerConfiguration.Eventhandling.getProcessors()Returns the settings for each of the configured processors, by name. -
Uses of AxonServerConfiguration.Eventhandling.ProcessorSettings in org.axonframework.axonserver.connector.event
Constructor parameters in org.axonframework.axonserver.connector.event with type arguments of type AxonServerConfiguration.Eventhandling.ProcessorSettingsModifierConstructorDescriptionEventProcessorControlService(Configuration configuration, AxonServerConnectionManager connectionManager, String context, Map<String, AxonServerConfiguration.Eventhandling.ProcessorSettings> processorConfig) Initialize anEventProcessorControlService.