Uses of Interface
org.axonframework.messaging.MessageDispatchInterceptor
Packages that use MessageDispatchInterceptor
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to message processing in Axon Framework.
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of MessageDispatchInterceptor in org.axonframework.axonserver.connector
Methods in org.axonframework.axonserver.connector with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionDispatchInterceptors.registerDispatchInterceptor(MessageDispatchInterceptor<? super M> dispatchInterceptor) -
Uses of MessageDispatchInterceptor in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAxonServerCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) -
Uses of MessageDispatchInterceptor in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAxonServerQueryBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>> dispatchInterceptor) -
Uses of MessageDispatchInterceptor in org.axonframework.commandhandling
Methods in org.axonframework.commandhandling with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionSimpleCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) Registers the given list of dispatch interceptors to the command bus. -
Uses of MessageDispatchInterceptor in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionDistributedCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) Registers the given list of dispatch interceptors to the command bus. -
Uses of MessageDispatchInterceptor in org.axonframework.commandhandling.gateway
Methods in org.axonframework.commandhandling.gateway with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAbstractCommandGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors) CommandGatewayFactory.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors) Sets theMessageDispatchInterceptors which are invoked before dispatching aCommandMessageon theCommandBus.DefaultCommandGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>... dispatchInterceptors) protected RegistrationAbstractCommandGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> interceptor) Registers a command dispatch interceptor within aCommandGateway.CommandGatewayFactory.registerDispatchInterceptor(MessageDispatchInterceptor<CommandMessage<?>> dispatchInterceptor) Registers the givendispatchInterceptorwhich is invoked for each Command dispatched through the Command Gateways created by this factory.DefaultCommandGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) Method parameters in org.axonframework.commandhandling.gateway with type arguments of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAbstractCommandGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors) CommandGatewayFactory.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors) Sets theMessageDispatchInterceptors which are invoked before dispatching aCommandMessageon theCommandBus.DefaultCommandGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>> dispatchInterceptors) -
Uses of MessageDispatchInterceptor in org.axonframework.deadline
Methods in org.axonframework.deadline that return types with arguments of type MessageDispatchInterceptorModifier and TypeMethodDescriptionprotected List<MessageDispatchInterceptor<? super DeadlineMessage<?>>> AbstractDeadlineManager.dispatchInterceptors()Provides a list of registered dispatch interceptors.Methods in org.axonframework.deadline with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAbstractDeadlineManager.registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> dispatchInterceptor) -
Uses of MessageDispatchInterceptor in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionDisruptorCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) Method parameters in org.axonframework.disruptor.commandhandling with type arguments of type MessageDispatchInterceptorModifier and TypeMethodDescriptionDisruptorCommandBus.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<CommandMessage<?>>> dispatchInterceptors) ConfiguresMessageDispatchInterceptorof generic typeCommandMessageto use with theDisruptorCommandBuswhen commands are dispatched. -
Uses of MessageDispatchInterceptor in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAbstractEventBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> dispatchInterceptor) Register the given DispatchInterceptor. -
Uses of MessageDispatchInterceptor in org.axonframework.eventhandling.gateway
Methods in org.axonframework.eventhandling.gateway with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAbstractEventGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>... dispatchInterceptors) DefaultEventGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>... dispatchInterceptors) AbstractEventGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> interceptor) Registers an event dispatch interceptor within anEventGateway.Method parameters in org.axonframework.eventhandling.gateway with type arguments of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAbstractEventGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>> dispatchInterceptors) DefaultEventGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>> dispatchInterceptors) -
Uses of MessageDispatchInterceptor in org.axonframework.eventhandling.interceptors
Classes in org.axonframework.eventhandling.interceptors that implement MessageDispatchInterceptorModifier and TypeClassDescriptionclassMessage Dispatch Interceptor that logs published events to a SLF4J logger. -
Uses of MessageDispatchInterceptor in org.axonframework.messaging
Methods in org.axonframework.messaging with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionMessageDispatchInterceptorSupport.registerDispatchInterceptor(MessageDispatchInterceptor<? super T> dispatchInterceptor) Register the given DispatchInterceptor. -
Uses of MessageDispatchInterceptor in org.axonframework.messaging.interceptors
Classes in org.axonframework.messaging.interceptors that implement MessageDispatchInterceptorModifier and TypeClassDescriptionclassBeanValidationInterceptor<T extends Message<?>>Interceptor that applies JSR303 bean validation on incomingMessages.classLoggingInterceptor<T extends Message<?>>MessageDispatchInterceptorandMessageHandlerInterceptorimplementation that logs dispatched and incoming messages, and their result, to a SLF4J logger. -
Uses of MessageDispatchInterceptor in org.axonframework.messaging.interceptors.legacyvalidation
Classes in org.axonframework.messaging.interceptors.legacyvalidation that implement MessageDispatchInterceptorModifier and TypeClassDescriptionclassBeanValidationInterceptor<T extends Message<?>>Deprecated. -
Uses of MessageDispatchInterceptor in org.axonframework.queryhandling
Methods in org.axonframework.queryhandling with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionDefaultQueryGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super QueryMessage<?, ?>>... dispatchInterceptors) DefaultQueryGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>> interceptor) SimpleQueryBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>> interceptor) Registers an interceptor that intercepts Queries as they are sent.SimpleQueryUpdateEmitter.registerDispatchInterceptor(MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage<?>> interceptor) Method parameters in org.axonframework.queryhandling with type arguments of type MessageDispatchInterceptorModifier and TypeMethodDescriptionDefaultQueryGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super QueryMessage<?, ?>>> dispatchInterceptors) -
Uses of MessageDispatchInterceptor in org.axonframework.spring.authorization
Classes in org.axonframework.spring.authorization that implement MessageDispatchInterceptorModifier and TypeClassDescriptionclassMessageAuthorizationDispatchInterceptor<T extends Message<?>>AMessageDispatchInterceptorthat adds the {$code authorities} from the authorized principle. -
Uses of MessageDispatchInterceptor in org.axonframework.springboot.autoconfig
Method parameters in org.axonframework.springboot.autoconfig with type arguments of type MessageDispatchInterceptorModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanInterceptorAutoConfiguration.commandDispatchInterceptorConfigurer(CommandGateway commandGateway, Optional<List<MessageDispatchInterceptor<? super CommandMessage<?>>>> interceptors) org.springframework.beans.factory.InitializingBeanInterceptorAutoConfiguration.eventDispatchInterceptorConfigurer(EventGateway eventGateway, Optional<List<MessageDispatchInterceptor<? super EventMessage<?>>>> interceptors) org.springframework.beans.factory.InitializingBeanInterceptorAutoConfiguration.queryDispatchInterceptorConfigurer(QueryGateway queryGateway, Optional<List<MessageDispatchInterceptor<? super QueryMessage<?, ?>>>> interceptors) -
Uses of MessageDispatchInterceptor in org.axonframework.test.aggregate
Methods in org.axonframework.test.aggregate with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionAggregateTestFixture.registerCommandDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> commandDispatchInterceptor) FixtureConfiguration.registerCommandDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> commandDispatchInterceptor) Register aMessageDispatchInterceptorforCommandMessages which will be invoked before any command is dispatched on theCommandBusto perform a task specified in the interceptor.AggregateTestFixture.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor) FixtureConfiguration.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor) Registers a deadline dispatch interceptor which will always be invoked before a deadline is dispatched (scheduled) on theDeadlineManagerto perform a task specified in the interceptor. -
Uses of MessageDispatchInterceptor in org.axonframework.test.deadline
Methods in org.axonframework.test.deadline with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionStubDeadlineManager.registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> dispatchInterceptor) -
Uses of MessageDispatchInterceptor in org.axonframework.test.saga
Methods in org.axonframework.test.saga with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionFixtureConfiguration.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor) Registers a deadline dispatch interceptor which will always be invoked before a deadline is dispatched (scheduled) on theDeadlineManagerto perform a task specified in the interceptor.SagaTestFixture.registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> deadlineDispatchInterceptor) -
Uses of MessageDispatchInterceptor in org.axonframework.test.utils
Methods in org.axonframework.test.utils with parameters of type MessageDispatchInterceptorModifier and TypeMethodDescriptionRecordingCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor)
BeanValidationInterceptorwhich moved to jakarta.