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