Uses of Interface
org.axonframework.messaging.eventhandling.configuration.EventProcessorCustomization
Packages that use EventProcessorCustomization
-
Uses of EventProcessorCustomization in org.axonframework.messaging.eventhandling.configuration
Methods in org.axonframework.messaging.eventhandling.configuration that return EventProcessorCustomizationModifier and TypeMethodDescriptiondefault EventProcessorCustomizationEventProcessorCustomization.andThen(EventProcessorCustomization other) Returns a composed customization that applies this customization first, then applies the other customization.static EventProcessorCustomizationEventProcessorCustomization.noOp()Creates a no-operation customization that returns the processor configuration unchanged.Methods in org.axonframework.messaging.eventhandling.configuration with parameters of type EventProcessorCustomizationModifier and TypeMethodDescriptiondefault EventProcessorCustomizationEventProcessorCustomization.andThen(EventProcessorCustomization other) Returns a composed customization that applies this customization first, then applies the other customization.