Uses of Interface
org.axonframework.messaging.core.MessageHandlerInterceptorChain
Packages that use MessageHandlerInterceptorChain
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of MessageHandlerInterceptorChain in org.axonframework.extension.spring.authorization
Methods in org.axonframework.extension.spring.authorization with parameters of type MessageHandlerInterceptorChainModifier and TypeMethodDescriptionMessageAuthorizationHandlerInterceptor.interceptOnHandle(M message, ProcessingContext context, MessageHandlerInterceptorChain<M> interceptorChain) -
Uses of MessageHandlerInterceptorChain in org.axonframework.messaging.commandhandling.interception
Classes in org.axonframework.messaging.commandhandling.interception that implement MessageHandlerInterceptorChainModifier and TypeClassDescriptionclass -
Uses of MessageHandlerInterceptorChain in org.axonframework.messaging.core
Methods in org.axonframework.messaging.core with parameters of type MessageHandlerInterceptorChainModifier and TypeMethodDescriptionMessageHandlerInterceptor.interceptOnHandle(M message, ProcessingContext context, MessageHandlerInterceptorChain<M> interceptorChain) Intercepts a givenmessageon handling before reaching the designatedMessageHandler. -
Uses of MessageHandlerInterceptorChain in org.axonframework.messaging.core.annotation
Methods in org.axonframework.messaging.core.annotation that return MessageHandlerInterceptorChainModifier and TypeMethodDescriptionstatic MessageHandlerInterceptorChain<?> InterceptorChainParameterResolverFactory.currentInterceptorChain()Returns the current interceptor chain registered for injection as a parameter.static <M extends Message>
MessageHandlerInterceptorChain<M> InterceptorChainParameterResolverFactory.currentInterceptorChain(ProcessingContext processingContext) Methods in org.axonframework.messaging.core.annotation that return types with arguments of type MessageHandlerInterceptorChainModifier and TypeMethodDescriptionInterceptorChainParameterResolverFactory.createInstance(Executable executable, Parameter[] parameters, int parameterIndex) InterceptorChainParameterResolverFactory.resolveParameterValue(ProcessingContext context) Methods in org.axonframework.messaging.core.annotation with parameters of type MessageHandlerInterceptorChainModifier and TypeMethodDescriptionstatic <M extends Message>
MessageStream<?> InterceptorChainParameterResolverFactory.callWithInterceptorChain(ProcessingContext processingContext, MessageHandlerInterceptorChain<M> interceptorChain, Function<ProcessingContext, MessageStream<?>> action) Invoke the givenactionwith the giveninterceptorChainbeing available for parameter injection.static <R> RInterceptorChainParameterResolverFactory.callWithInterceptorChainSync(MessageHandlerInterceptorChain<?> interceptorChain, Callable<R> action) Invoke the givenactionwith the giveninterceptorChainbeing available for parameter injection. -
Uses of MessageHandlerInterceptorChain in org.axonframework.messaging.core.interception
Methods in org.axonframework.messaging.core.interception with parameters of type MessageHandlerInterceptorChainModifier and TypeMethodDescriptionBeanValidationInterceptor.interceptOnHandle(M message, ProcessingContext context, MessageHandlerInterceptorChain<M> handlerInterceptorChain) CorrelationDataInterceptor.interceptOnHandle(M message, ProcessingContext context, MessageHandlerInterceptorChain<M> chain) LoggingInterceptor.interceptOnHandle(M message, ProcessingContext context, MessageHandlerInterceptorChain<M> interceptorChain) -
Uses of MessageHandlerInterceptorChain in org.axonframework.messaging.eventhandling.interception
Classes in org.axonframework.messaging.eventhandling.interception that implement MessageHandlerInterceptorChainModifier and TypeClassDescriptionclass -
Uses of MessageHandlerInterceptorChain in org.axonframework.messaging.monitoring.interception
Methods in org.axonframework.messaging.monitoring.interception with parameters of type MessageHandlerInterceptorChainModifier and TypeMethodDescriptionMonitoringCommandHandlerInterceptor.interceptOnHandle(CommandMessage message, ProcessingContext context, MessageHandlerInterceptorChain<CommandMessage> interceptorChain) MonitoringEventHandlerInterceptor.interceptOnHandle(EventMessage message, ProcessingContext context, MessageHandlerInterceptorChain<EventMessage> interceptorChain) MonitoringQueryHandlerInterceptor.interceptOnHandle(QueryMessage message, ProcessingContext context, MessageHandlerInterceptorChain<QueryMessage> interceptorChain) -
Uses of MessageHandlerInterceptorChain in org.axonframework.messaging.queryhandling.interception
Classes in org.axonframework.messaging.queryhandling.interception that implement MessageHandlerInterceptorChainModifier and TypeClassDescriptionclass