Uses of Class
org.axonframework.messaging.eventhandling.DelegatingEventHandlingComponent
Packages that use DelegatingEventHandlingComponent
Package
Description
-
Uses of DelegatingEventHandlingComponent in org.axonframework.messaging.eventhandling.interception
Subclasses of DelegatingEventHandlingComponent in org.axonframework.messaging.eventhandling.interceptionModifier and TypeClassDescriptionclassAnEventHandlingComponentimplementation that supports intercepting event handling through MessageHandlerInterceptors. -
Uses of DelegatingEventHandlingComponent in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Subclasses of DelegatingEventHandlingComponent in org.axonframework.messaging.eventhandling.processing.streaming.segmentingModifier and TypeClassDescriptionclassDecorator forEventHandlingComponent.classAnEventHandlingComponentwrapper that ensures events with the same sequence identifier are handled sequentially. -
Uses of DelegatingEventHandlingComponent in org.axonframework.messaging.eventhandling.tracing
Modifier and TypeClassDescriptionclassAnEventHandlingComponentthat tracks the handling of events using aSpansupplier.