Uses of Interface
org.axonframework.messaging.eventhandling.configuration.EventProcessorModule
Packages that use EventProcessorModule
Package
Description
Part of the Axon Extension module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of EventProcessorModule in org.axonframework.extension.spring.config
Methods in org.axonframework.extension.spring.config that return types with arguments of type EventProcessorModuleModifier and TypeMethodDescriptionDefaultProcessorModuleFactory.buildProcessorModules(Set<EventProcessorDefinition.EventHandlerDescriptor> handlers) Builds a set ofEventProcessorModulesfrom the given event handler descriptors.ProcessorModuleFactory.buildProcessorModules(Set<EventProcessorDefinition.EventHandlerDescriptor> handlers) Builds a set ofEventProcessorModulesfrom the given event handler descriptors. -
Uses of EventProcessorModule in org.axonframework.messaging.eventhandling.configuration
Classes in org.axonframework.messaging.eventhandling.configuration with type parameters of type EventProcessorModuleModifier and TypeInterfaceDescriptionstatic interfaceEventProcessorModule.CustomizationPhase<P extends EventProcessorModule,C extends EventProcessorConfiguration> Configuration phase interface that provides methods for setting up event processor configurations.static interfaceEventProcessorModule.EventHandlingPhase<P extends EventProcessorModule,C extends EventProcessorConfiguration> Builder phase for configuring event handling components. -
Uses of EventProcessorModule in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Classes in org.axonframework.messaging.eventhandling.processing.streaming.pooled that implement EventProcessorModuleModifier and TypeClassDescriptionclassA configuration module for configuring and registering a singlePooledStreamingEventProcessorcomponent. -
Uses of EventProcessorModule in org.axonframework.messaging.eventhandling.processing.subscribing
Classes in org.axonframework.messaging.eventhandling.processing.subscribing that implement EventProcessorModuleModifier and TypeClassDescriptionclassA configuration module for configuring and registering a singleSubscribingEventProcessorcomponent.