Uses of Interface
org.axonframework.messaging.eventhandling.configuration.EventHandlingComponentsConfigurer.CompletePhase
Packages that use EventHandlingComponentsConfigurer.CompletePhase
Package
Description
-
Uses of EventHandlingComponentsConfigurer.CompletePhase in org.axonframework.messaging.eventhandling.configuration
Subinterfaces of EventHandlingComponentsConfigurer.CompletePhase in org.axonframework.messaging.eventhandling.configurationModifier and TypeInterfaceDescriptionstatic interfaceAdditional phase for specifying optional event handling components.Classes in org.axonframework.messaging.eventhandling.configuration that implement EventHandlingComponentsConfigurer.CompletePhaseModifier and TypeClassDescriptionclassDefault implementation ofEventHandlingComponentsConfigurerprovidingEventHandlingComponents` builders management with decoration support.Methods in org.axonframework.messaging.eventhandling.configuration that return EventHandlingComponentsConfigurer.CompletePhaseModifier and TypeMethodDescriptionDefaultEventHandlingComponentsConfigurer.decorated(BiFunction<Configuration, EventHandlingComponent, EventHandlingComponent> decorator) EventHandlingComponentsConfigurer.CompletePhase.decorated(BiFunction<Configuration, EventHandlingComponent, EventHandlingComponent> decorator) Applies a decorator to all components in the collection.Method parameters in org.axonframework.messaging.eventhandling.configuration with type arguments of type EventHandlingComponentsConfigurer.CompletePhaseModifier and TypeMethodDescriptionEventProcessorModule.EventHandlingPhase.eventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> configurerTask) Configures event handling components using a configurer function. -
Uses of EventHandlingComponentsConfigurer.CompletePhase in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Method parameters in org.axonframework.messaging.eventhandling.processing.streaming.pooled with type arguments of type EventHandlingComponentsConfigurer.CompletePhaseModifier 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.CompletePhase in org.axonframework.messaging.eventhandling.processing.subscribing
Method parameters in org.axonframework.messaging.eventhandling.processing.subscribing with type arguments of type EventHandlingComponentsConfigurer.CompletePhaseModifier 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)