Uses of Package
org.axonframework.messaging.core.interception.annotation
Packages that use org.axonframework.messaging.core.interception.annotation
Package
Description
-
Classes in org.axonframework.messaging.core.interception.annotation used by org.axonframework.messaging.core.annotationClassDescriptionInterface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.
-
Classes in org.axonframework.messaging.core.interception.annotation used by org.axonframework.messaging.core.interception.annotationClassDescriptionAnnotation marking a handler method as an interceptor handler.Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.Meta-Annotation used to demarcate
MessageHandlerInterceptorannotated methods as interceptors that should only act on the result of a handler invocation.