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