| Modifier and Type | Method and Description | 
|---|---|
Registration | 
DispatchInterceptors.registerDispatchInterceptor(MessageDispatchInterceptor<? super M> dispatchInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
AxonServerCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
AxonServerQueryBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?,?>> dispatchInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
SimpleCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor)
Registers the given list of dispatch interceptors to the command bus. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
DistributedCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor)
Registers the given list of dispatch interceptors to the command bus. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultCommandGateway.Builder | 
DefaultCommandGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors)  | 
CommandGatewayFactory.Builder | 
CommandGatewayFactory.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors)
Sets the  
MessageDispatchInterceptors which are invoked before dispatching a CommandMessage on
 the CommandBus. | 
AbstractCommandGateway.Builder | 
AbstractCommandGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors)
 | 
Registration | 
DefaultCommandGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor)  | 
protected Registration | 
AbstractCommandGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> interceptor)
Registers a command dispatch interceptor within a  
CommandGateway. | 
CommandGatewayFactory | 
CommandGatewayFactory.registerDispatchInterceptor(MessageDispatchInterceptor<CommandMessage<?>> dispatchInterceptor)
Registers the given  
dispatchInterceptor which is invoked for each Command dispatched through the Command
 Gateways created by this factory. | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultCommandGateway.Builder | 
DefaultCommandGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors)  | 
CommandGatewayFactory.Builder | 
CommandGatewayFactory.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors)
Sets the  
MessageDispatchInterceptors which are invoked before dispatching a CommandMessage on
 the CommandBus. | 
AbstractCommandGateway.Builder | 
AbstractCommandGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors)
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<MessageDispatchInterceptor<? super DeadlineMessage<?>>> | 
AbstractDeadlineManager.dispatchInterceptors()
Provides a list of registered dispatch interceptors. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
AbstractDeadlineManager.registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> dispatchInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
DisruptorCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
DisruptorCommandBus.Builder | 
DisruptorCommandBus.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<CommandMessage<?>>> dispatchInterceptors)
Configures  
MessageDispatchInterceptor of generic type CommandMessage to use with the DisruptorCommandBus when commands are dispatched. | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
AbstractEventBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> dispatchInterceptor)
Register the given DispatchInterceptor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultEventGateway.Builder | 
DefaultEventGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>... dispatchInterceptors)  | 
AbstractEventGateway.Builder | 
AbstractEventGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>... dispatchInterceptors)
 | 
Registration | 
AbstractEventGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> interceptor)
Registers an event dispatch interceptor within an  
EventGateway. | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultEventGateway.Builder | 
DefaultEventGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>> dispatchInterceptors)  | 
AbstractEventGateway.Builder | 
AbstractEventGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>> dispatchInterceptors)
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EventLoggingInterceptor
Message Dispatch Interceptor that logs published events to a SLF4J logger. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
MessageDispatchInterceptorSupport.registerDispatchInterceptor(MessageDispatchInterceptor<? super T> dispatchInterceptor)
Register the given DispatchInterceptor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BeanValidationInterceptor<T extends Message<?>>
Interceptor that applies JSR303 bean validation on incoming  
Messages. | 
class  | 
LoggingInterceptor<T extends Message<?>>
MessageDispatchInterceptor and MessageHandlerInterceptor implementation that logs dispatched and
 incoming messages, and their result, to a SLF4J logger. | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultQueryGateway.Builder | 
DefaultQueryGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super QueryMessage<?,?>>... dispatchInterceptors)
 | 
Registration | 
SimpleQueryBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?,?>> interceptor)
Registers an interceptor that intercepts Queries as they are sent. 
 | 
Registration | 
DefaultQueryGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?,?>> interceptor)  | 
Registration | 
SimpleQueryUpdateEmitter.registerDispatchInterceptor(MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage<?>> interceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultQueryGateway.Builder | 
DefaultQueryGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super QueryMessage<?,?>>> dispatchInterceptors)
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MessageAuthorizationDispatchInterceptor<T extends Message<?>>
A  
MessageDispatchInterceptor that adds the {$code username} and {$code authorities} from the authorized
 principle. | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.beans.factory.InitializingBean | 
InterceptorAutoConfiguration.commandDispatchInterceptorConfigurer(CommandGateway commandGateway,
                                    Optional<List<MessageDispatchInterceptor<? super CommandMessage<?>>>> interceptors)  | 
org.springframework.beans.factory.InitializingBean | 
InterceptorAutoConfiguration.eventDispatchInterceptorConfigurer(EventGateway eventGateway,
                                  Optional<List<MessageDispatchInterceptor<? super EventMessage<?>>>> interceptors)  | 
org.springframework.beans.factory.InitializingBean | 
InterceptorAutoConfiguration.queryDispatchInterceptorConfigurer(QueryGateway queryGateway,
                                  Optional<List<MessageDispatchInterceptor<? super QueryMessage<?,?>>>> interceptors)  | 
| Modifier and Type | Method and Description | 
|---|---|
FixtureConfiguration<T> | 
FixtureConfiguration.registerCommandDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> commandDispatchInterceptor)
Register a  
MessageDispatchInterceptor for CommandMessages which will be invoked before any
 command is dispatched on the CommandBus to perform a task specified in the interceptor. | 
FixtureConfiguration<T> | 
AggregateTestFixture.registerCommandDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> commandDispatchInterceptor)  | 
FixtureConfiguration<T> | 
FixtureConfiguration.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor)
Registers a deadline dispatch interceptor which will always be invoked before a deadline is dispatched
 (scheduled) on the  
DeadlineManager to perform a task specified in the
 interceptor. | 
FixtureConfiguration<T> | 
AggregateTestFixture.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
StubDeadlineManager.registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> dispatchInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
FixtureConfiguration | 
SagaTestFixture.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor)  | 
FixtureConfiguration | 
FixtureConfiguration.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor)
Registers a deadline dispatch interceptor which will always be invoked before a deadline is dispatched
 (scheduled) on the  
DeadlineManager to perform a task specified in the
 interceptor. | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
RecordingCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor)  | 
Copyright © 2010–2025. All rights reserved.