Uses of Interface
org.axonframework.messaging.HandlerAttributes
Packages that use HandlerAttributes
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of HandlerAttributes in org.axonframework.messaging
Classes in org.axonframework.messaging that implement HandlerAttributesModifier and TypeClassDescriptionclassSimple implementation of theHandlerAttributeswhich is given theattributesin the constructor.Methods in org.axonframework.messaging that return HandlerAttributesModifier and TypeMethodDescriptionHandlerAttributes.mergedWith(HandlerAttributes other) SimpleHandlerAttributes.mergedWith(HandlerAttributes other) Methods in org.axonframework.messaging with parameters of type HandlerAttributesModifier and TypeMethodDescriptionHandlerAttributes.mergedWith(HandlerAttributes other) SimpleHandlerAttributes.mergedWith(HandlerAttributes other) -
Uses of HandlerAttributes in org.axonframework.messaging.annotation
Classes in org.axonframework.messaging.annotation that implement HandlerAttributesModifier and TypeClassDescriptionclassContainer for message handler attributes, constructed through inspecting anAnnotatedElement.Methods in org.axonframework.messaging.annotation that return HandlerAttributesMethods in org.axonframework.messaging.annotation with parameters of type HandlerAttributes