Package org.axonframework.messaging.core.interception
package org.axonframework.messaging.core.interception
-
ClassDescriptionBeanValidationInterceptor<M extends Message>Interceptor that applies JSR303 bean validation on incoming
Messages.CorrelationDataInterceptor<M extends Message>AMessageDispatchInterceptorandMessageHandlerInterceptorimplementation usingCorrelationDataProvidersto collect and set a collection of correlation data.Default implementation of theDispatchInterceptorRegistry, maintaining lists ofCommandMessage,EventMessage, andQueryMessage-specificMessageDispatchInterceptors.Default implementation of theHandlerInterceptorRegistry, maintaining lists ofCommandMessage,EventMessage, andQueryMessage-specificMessageHandlerInterceptors.A registry ofMessageDispatchInterceptors, acting as a collection ofregistered MessageDispatchInterceptors components.A registry ofMessageHandlerInterceptors, acting as a collection ofregistered MessageHandlerInterceptors components.Exception indicating that aMessagehas been refused due to a structural validation failure.LoggingInterceptor<M extends Message>AMessageDispatchInterceptorandMessageHandlerInterceptorimplementation that logs dispatched and incoming messages, and their result, to aLogger.