Uses of Interface
org.axonframework.extension.spring.config.EventHandlerSelector
Packages that use EventHandlerSelector
-
Uses of EventHandlerSelector in org.axonframework.extension.spring.config
Methods in org.axonframework.extension.spring.config that return EventHandlerSelectorModifier and TypeMethodDescriptionstatic EventHandlerSelectorEventHandlerSelector.matchesNamespaceOnType(String namespace) Implementation of theEventHandlerSelectorthat matchesEventHandlerDescriptorsfor which the givennamespacematches with the value of theNamespaceannotation.Methods in org.axonframework.extension.spring.config with parameters of type EventHandlerSelectorModifier and TypeMethodDescriptionEventProcessorDefinition.SelectorStep.assigningHandlers(EventHandlerSelector selector) Defines the selection criteria for event handlers to be assigned to this processor.