Uses of Interface
org.axonframework.messaging.eventhandling.configuration.EventHandlingComponentsConfigurer.RequiredComponentPhase
Packages that use EventHandlingComponentsConfigurer.RequiredComponentPhase
Package
Description
-
Uses of EventHandlingComponentsConfigurer.RequiredComponentPhase in org.axonframework.messaging.eventhandling.configuration
Classes in org.axonframework.messaging.eventhandling.configuration that implement EventHandlingComponentsConfigurer.RequiredComponentPhaseModifier and TypeClassDescriptionclassDefault implementation ofEventHandlingComponentsConfigurerprovidingEventHandlingComponents` builders management with decoration support.Method parameters in org.axonframework.messaging.eventhandling.configuration with type arguments of type EventHandlingComponentsConfigurer.RequiredComponentPhaseModifier and TypeMethodDescriptionEventProcessorModule.EventHandlingPhase.eventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> configurerTask) Configures event handling components using a configurer function. -
Uses of EventHandlingComponentsConfigurer.RequiredComponentPhase in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Method parameters in org.axonframework.messaging.eventhandling.processing.streaming.pooled with type arguments of type EventHandlingComponentsConfigurer.RequiredComponentPhaseModifier and TypeMethodDescriptionPooledStreamingEventProcessorsConfigurer.defaultProcessor(String name, Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> eventHandlingComponentsBuilder) Registers a pooled streaming event processor with the specified name and event handling components.EventProcessorModule.CustomizationPhase<PooledStreamingEventProcessorModule, PooledStreamingEventProcessorConfiguration> PooledStreamingEventProcessorModule.eventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> configurerTask) -
Uses of EventHandlingComponentsConfigurer.RequiredComponentPhase in org.axonframework.messaging.eventhandling.processing.subscribing
Method parameters in org.axonframework.messaging.eventhandling.processing.subscribing with type arguments of type EventHandlingComponentsConfigurer.RequiredComponentPhaseModifier and TypeMethodDescriptionSubscribingEventProcessorsConfigurer.defaultProcessor(String name, Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> eventHandlingComponentsBuilder) Registers a subscribing event processor with the specified name and event handling components.EventProcessorModule.CustomizationPhase<SubscribingEventProcessorModule, SubscribingEventProcessorConfiguration> SubscribingEventProcessorModule.eventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> configurerTask)