Uses of Interface
org.axonframework.messaging.MessageHandlerInterceptorSupport
Packages that use MessageHandlerInterceptorSupport
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.A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of MessageHandlerInterceptorSupport in org.axonframework.axonserver.connector.command
Classes in org.axonframework.axonserver.connector.command that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassAxonCommandBusimplementation that connects to Axon Server to submit and receive commands and command responses. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassAxonQueryBusimplementation that connects to Axon Server to submit and receive queries and query responses. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.commandhandling
Subinterfaces of MessageHandlerInterceptorSupport in org.axonframework.commandhandlingModifier and TypeInterfaceDescriptioninterfaceThe mechanism that dispatches Command objects to their appropriate CommandHandler.Classes in org.axonframework.commandhandling that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassSpecialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.classImplementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.commandhandling.distributed
Subinterfaces of MessageHandlerInterceptorSupport in org.axonframework.commandhandling.distributedModifier and TypeInterfaceDescriptioninterfaceInterface describing the component that remotely connects multiple CommandBus instances.Classes in org.axonframework.commandhandling.distributed that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassImplementation of aCommandBusthat is aware of multiple instances of a CommandBus working together to spread load. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.deadline
Subinterfaces of MessageHandlerInterceptorSupport in org.axonframework.deadlineClasses in org.axonframework.deadline that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassAbstract implementation of theDeadlineManagerto be implemented by concrete solutions for the DeadlineManager.classImplementation ofDeadlineManagerwhich uses Java'sScheduledExecutorServiceas scheduling and triggering mechanism. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.deadline.dbscheduler
Classes in org.axonframework.deadline.dbscheduler that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a db schedulerScheduler. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.deadline.jobrunr
Classes in org.axonframework.deadline.jobrunr that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a JobrunrJobScheduler. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.deadline.quartz
Classes in org.axonframework.deadline.quartz that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a QuartzScheduler. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.disruptor.commandhandling
Classes in org.axonframework.disruptor.commandhandling that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassAsynchronous CommandBus implementation with very high performance characteristics. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.eventhandling
Subinterfaces of MessageHandlerInterceptorSupport in org.axonframework.eventhandlingModifier and TypeInterfaceDescriptioninterfaceAn Event Processor processes event messages from an event queue or event bus.interfaceAnEventProcessorwhich processes an event stream in segments.Classes in org.axonframework.eventhandling that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassAbstract implementation of anEventProcessor.classEvent processor implementation thatsubscribesto theEventBusfor events.classEventProcessor implementation that tracks events from aStreamableMessageSource. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.eventhandling.deadletter
Classes in org.axonframework.eventhandling.deadletter that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassImplementation of anEventHandlerInvokerutilizing aSequencedDeadLetterQueueto enqueueeventsfor which handling failed. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.eventhandling.pooled
Classes in org.axonframework.eventhandling.pooled that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassAStreamingEventProcessorimplementation which pools its resources to enhance processing speed. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.queryhandling
Subinterfaces of MessageHandlerInterceptorSupport in org.axonframework.queryhandlingModifier and TypeInterfaceDescriptioninterfaceThe mechanism that dispatches Query objects to their appropriate QueryHandlers.Classes in org.axonframework.queryhandling that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassImplementation of the QueryBus that dispatches queries to the handlers within the JVM. -
Uses of MessageHandlerInterceptorSupport in org.axonframework.test.deadline
Classes in org.axonframework.test.deadline that implement MessageHandlerInterceptorSupport -
Uses of MessageHandlerInterceptorSupport in org.axonframework.test.utils
Classes in org.axonframework.test.utils that implement MessageHandlerInterceptorSupportModifier and TypeClassDescriptionclassCommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.