Uses of Interface
org.axonframework.extension.spring.config.EventProcessorDefinition.ConfigurationStep
Packages that use EventProcessorDefinition.ConfigurationStep
-
Uses of EventProcessorDefinition.ConfigurationStep in org.axonframework.extension.spring.config
Methods in org.axonframework.extension.spring.config that return EventProcessorDefinition.ConfigurationStepModifier and TypeMethodDescriptionEventProcessorDefinition.SelectorStep.assigningHandlers(EventHandlerSelector selector) Defines the selection criteria for event handlers to be assigned to this processor.EventProcessorDefinition.pooledStreamingMatching(String name) Creates a new processor definition for apooled streaming event processorwith the givenname, automatically selecting any event handler with a namespace matching thename, and adding them to the pooled streaming event processor.EventProcessorDefinition.subscribingMatching(String name) Creates a new processor definition for asubscribing event processorwith the givenname, automatically selecting any event handler with a namespace matching thename, and adding them to the subscribing event processor.