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.processor
Fields in org.axonframework.axonserver.connector.processor with type parameters of type AxonServerConfiguration.Eventhandling.ProcessorSettingsModifier and TypeFieldDescriptionprotected final Map<String, AxonServerConfiguration.Eventhandling.ProcessorSettings> EventProcessorControlService.processorConfigConstructor parameters in org.axonframework.axonserver.connector.processor with type arguments of type AxonServerConfiguration.Eventhandling.ProcessorSettingsModifierConstructorDescriptionEventProcessorControlService(AxonServerConnectionManager axonServerConnectionManager, EventProcessingConfiguration eventProcessingConfiguration, String context, Map<String, AxonServerConfiguration.Eventhandling.ProcessorSettings> processorConfig) Initialize aEventProcessorControlService.