Uses of Interface
org.axonframework.messaging.eventhandling.processing.streaming.pooled.PooledStreamingEventProcessorModule.Customization
Packages that use PooledStreamingEventProcessorModule.Customization
-
Uses of PooledStreamingEventProcessorModule.Customization in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled that return PooledStreamingEventProcessorModule.CustomizationModifier and TypeMethodDescriptionPooledStreamingEventProcessorModule.Customization.andThen(PooledStreamingEventProcessorModule.Customization other) Returns a composed customization that applies this customization first, then applies the other customization.PooledStreamingEventProcessorModule.Customization.noOp()Creates a no-operation customization that returns the processor configuration unchanged.Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled with parameters of type PooledStreamingEventProcessorModule.CustomizationModifier and TypeMethodDescriptionPooledStreamingEventProcessorModule.Customization.andThen(PooledStreamingEventProcessorModule.Customization other) Returns a composed customization that applies this customization first, then applies the other customization.