Uses of Interface
org.axonframework.messaging.core.MessageDispatchInterceptorChain
Packages that use MessageDispatchInterceptorChain
Package
Description
Contains the multi-tenancy API, like the tenant descriptor, tenant provider, and tenant resolution contracts.
Part of the Axon Extension module.
Classes related to message processing in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of MessageDispatchInterceptorChain in io.axoniq.framework.messaging.multitenancy.api
Methods in io.axoniq.framework.messaging.multitenancy.api with parameters of type MessageDispatchInterceptorChainModifier and TypeMethodDescriptionAttachTenantDescriptorDispatchInterceptor.interceptOnDispatch(Message message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<Message> interceptorChain) -
Uses of MessageDispatchInterceptorChain in org.axonframework.extension.spring.authorization
Methods in org.axonframework.extension.spring.authorization with parameters of type MessageDispatchInterceptorChainModifier and TypeMethodDescriptionMessageAuthorizationDispatchInterceptor.interceptOnDispatch(T message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<T> interceptorChain) -
Uses of MessageDispatchInterceptorChain in org.axonframework.messaging.core
Classes in org.axonframework.messaging.core that implement MessageDispatchInterceptorChainModifier and TypeClassDescriptionclassDefaultMessageDispatchInterceptorChain<M extends Message>Default implementation for aMessageDispatchInterceptorChain.Methods in org.axonframework.messaging.core with parameters of type MessageDispatchInterceptorChainModifier and TypeMethodDescriptionMessageDispatchInterceptor.interceptOnDispatch(M message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<M> interceptorChain) Intercepts a givenmessageon dispatching. -
Uses of MessageDispatchInterceptorChain in org.axonframework.messaging.core.interception
Methods in org.axonframework.messaging.core.interception with parameters of type MessageDispatchInterceptorChainModifier and TypeMethodDescriptionBeanValidationInterceptor.interceptOnDispatch(M message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<M> dispatchInterceptorChain) CorrelationDataInterceptor.interceptOnDispatch(M message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<M> chain) LoggingInterceptor.interceptOnDispatch(M message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<M> interceptorChain) -
Uses of MessageDispatchInterceptorChain in org.axonframework.messaging.monitoring.interception
Methods in org.axonframework.messaging.monitoring.interception with parameters of type MessageDispatchInterceptorChainModifier and TypeMethodDescriptionMonitoringEventDispatchInterceptor.interceptOnDispatch(EventMessage message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<EventMessage> interceptorChain) MonitoringSubscriptionQueryUpdateDispatchInterceptor.interceptOnDispatch(SubscriptionQueryUpdateMessage message, @Nullable ProcessingContext context, MessageDispatchInterceptorChain<SubscriptionQueryUpdateMessage> interceptorChain)