Uses of Class
org.axonframework.messaging.eventhandling.configuration.EventProcessingConfigurer
Packages that use EventProcessingConfigurer
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of EventProcessingConfigurer in org.axonframework.messaging.core.configuration
Method parameters in org.axonframework.messaging.core.configuration with type arguments of type EventProcessingConfigurerModifier and TypeMethodDescriptionMessagingConfigurer.eventProcessing(Consumer<EventProcessingConfigurer> configurerTask) Delegates givenconfigurerTaskto theEventProcessingConfigurer. -
Uses of EventProcessingConfigurer in org.axonframework.messaging.eventhandling.configuration
Methods in org.axonframework.messaging.eventhandling.configuration that return EventProcessingConfigurerModifier and TypeMethodDescriptionEventProcessingConfigurer.componentRegistry(Consumer<ComponentRegistry> componentRegistrar) Executes the givencomponentRegistraron the component registry associated with theMessagingConfigurer, which is the parent of this configurer.EventProcessingConfigurer.defaults(BiFunction<Configuration, EventProcessorConfiguration, EventProcessorConfiguration> configureDefaults) Configures default settings that will be applied to all event processors managed by this module.EventProcessingConfigurer.defaults(UnaryOperator<EventProcessorConfiguration> configureDefaults) Configures default settings that will be applied to all event processors managed by this module.EventProcessingConfigurer.pooledStreaming(UnaryOperator<PooledStreamingEventProcessorsConfigurer> processorsModuleTask) Provides access to configurePooledStreamingEventProcessorinstances through thePooledStreamingEventProcessorsConfigurer.EventProcessingConfigurer.subscribing(UnaryOperator<SubscribingEventProcessorsConfigurer> processorsModuleTask) Provides access to configureSubscribingEventProcessorinstances through theSubscribingEventProcessorsConfigurer. -
Uses of EventProcessingConfigurer in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Constructors in org.axonframework.messaging.eventhandling.processing.streaming.pooled with parameters of type EventProcessingConfigurerModifierConstructorDescriptionConstructs a new pooled streaming event processors configurer. -
Uses of EventProcessingConfigurer in org.axonframework.messaging.eventhandling.processing.subscribing
Constructors in org.axonframework.messaging.eventhandling.processing.subscribing with parameters of type EventProcessingConfigurerModifierConstructorDescriptionConstructs a new subscribing event processing configurer.