Uses of Annotation Interface
org.axonframework.messaging.core.annotation.HasHandlerAttributes
Packages that use HasHandlerAttributes
Package
Description
-
Uses of HasHandlerAttributes in org.axonframework.messaging.core.annotation
Classes in org.axonframework.messaging.core.annotation with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceAnnotation indicating that a member method should be able to respond toMessages.@interfaceSets the timeout settings of a message handler. -
Uses of HasHandlerAttributes in org.axonframework.messaging.core.interception.annotation
Classes in org.axonframework.messaging.core.interception.annotation with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceMeta-Annotation used to demarcateMessageHandlerInterceptorannotated methods as interceptors that should only act on the result of a handler invocation. -
Uses of HasHandlerAttributes in org.axonframework.messaging.eventhandling.replay.annotation
Classes in org.axonframework.messaging.eventhandling.replay.annotation with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceAnnotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.