| 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 aCommandMessageon
 theCommandBus. | 
| 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  dispatchInterceptorwhich 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 aCommandMessageon
 theCommandBus. | 
| 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  MessageDispatchInterceptorof generic typeCommandMessageto use with theDisruptorCommandBuswhen commands are dispatched. | 
| Modifier and Type | Method and Description | 
|---|---|
| Registration | EventBus. registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> dispatchInterceptor)Register the given  interceptorwith this bus. | 
| Registration | AbstractEventBus. registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> dispatchInterceptor)Register the given  interceptorwith this bus. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractEventGateway.Builder | AbstractEventGateway.Builder. dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>... dispatchInterceptors) | 
| DefaultEventGateway.Builder | DefaultEventGateway.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 | 
|---|---|
| AbstractEventGateway.Builder | AbstractEventGateway.Builder. dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>> dispatchInterceptors) | 
| DefaultEventGateway.Builder | DefaultEventGateway.Builder. dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>> dispatchInterceptors) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EventLoggingInterceptorMessage 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<?>>MessageDispatchInterceptorandMessageHandlerInterceptorimplementation 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 | DefaultQueryGateway. registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?,?>> interceptor) | 
| Registration | SimpleQueryBus. registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?,?>> interceptor)Registers an interceptor that intercepts Queries as they are sent. | 
| 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 | Method and Description | 
|---|---|
| FixtureConfiguration<T> | FixtureConfiguration. registerCommandDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> commandDispatchInterceptor)Register a command dispatch interceptor which will always be invoked before a command is dispatched on the
 command bus 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  DeadlineManagerto 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<DeadlineMessage<?>> deadlineDispatchInterceptor) | 
| FixtureConfiguration | FixtureConfiguration. registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<DeadlineMessage<?>> deadlineDispatchInterceptor)Registers a deadline dispatch interceptor which will always be invoked before a deadline is dispatched
 (scheduled) on the  DeadlineManagerto perform a task specified in the
 interceptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Registration | RecordingCommandBus. registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) | 
Copyright © 2010–2020. All rights reserved.