Uses of Interface
org.axonframework.extension.spring.config.EventProcessorSettings
Packages that use EventProcessorSettings
Package
Description
-
Uses of EventProcessorSettings in org.axonframework.extension.spring.config
Subinterfaces of EventProcessorSettings in org.axonframework.extension.spring.configModifier and TypeInterfaceDescriptionstatic interfaceSettings for pooled event processor.static interfaceSettings for subscribing event processor.Methods in org.axonframework.extension.spring.config that return types with arguments of type EventProcessorSettingsModifier and TypeMethodDescriptionEventProcessorSettings.MapWrapper.settings()Returns the value of thesettingsrecord component.Constructor parameters in org.axonframework.extension.spring.config with type arguments of type EventProcessorSettingsModifierConstructorDescriptionDefaultProcessorModuleFactory(List<ProcessorDefinition> processorDefinitions, Map<String, EventProcessorSettings> settings, Configuration axonConfiguration) Creates a new factory with the given processor definitions, settings, and Axon configuration.MapWrapper(Map<String, EventProcessorSettings> settings) Creates an instance of aMapWrapperrecord class. -
Uses of EventProcessorSettings in org.axonframework.extension.springboot
Classes in org.axonframework.extension.springboot that implement EventProcessorSettingsModifier and TypeClassDescriptionstatic classProcessor settings.Methods in org.axonframework.extension.springboot that return types with arguments of type EventProcessorSettingsModifier and TypeMethodDescriptionstatic Map<String, EventProcessorSettings> EventProcessorProperties.getProcessors(org.springframework.core.env.Environment environment) Provides ProcessorSettings per processor name via Environment.