Interface EventProcessorModule.EventHandlingPhase<P extends EventProcessorModule,C extends EventProcessorConfiguration>
- Type Parameters:
P- The processor module type.C- The processor configuration type.
- All Known Implementing Classes:
PooledStreamingEventProcessorModule,SubscribingEventProcessorModule
- Enclosing interface:
EventProcessorModule
public static interface EventProcessorModule.EventHandlingPhase<P extends EventProcessorModule,C extends EventProcessorConfiguration>
Builder phase for configuring event handling components.
-
Method Summary
Modifier and TypeMethodDescriptioneventHandlingComponents(Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> configurerTask) Configures event handling components using a configurer function.
-
Method Details
-
eventHandlingComponents
EventProcessorModule.CustomizationPhase<P,C> eventHandlingComponents(@Nonnull Function<EventHandlingComponentsConfigurer.RequiredComponentPhase, EventHandlingComponentsConfigurer.CompletePhase> configurerTask) Configures event handling components using a configurer function.- Parameters:
configurerTask- The configurer function.- Returns:
- The customization phase for further configuration.
-