Uses of Interface
org.axonframework.messaging.MessageDispatchInterceptorSupport
Packages that use MessageDispatchInterceptorSupport
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.Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of MessageDispatchInterceptorSupport in org.axonframework.axonserver.connector.command
Classes in org.axonframework.axonserver.connector.command that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassAxonCommandBusimplementation that connects to Axon Server to submit and receive commands and command responses. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.axonserver.connector.event.axon
Classes in org.axonframework.axonserver.connector.event.axon that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassAxon EventStore implementation that connects to the AxonIQ AxonServer Server to store and retrieve Events. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassAxonQueryBusimplementation that connects to Axon Server to submit and receive queries and query responses. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.commandhandling
Subinterfaces of MessageDispatchInterceptorSupport in org.axonframework.commandhandlingModifier and TypeInterfaceDescriptioninterfaceThe mechanism that dispatches Command objects to their appropriate CommandHandler.Classes in org.axonframework.commandhandling that implement MessageDispatchInterceptorSupportModifier 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 MessageDispatchInterceptorSupport in org.axonframework.commandhandling.distributed
Classes in org.axonframework.commandhandling.distributed that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassImplementation of aCommandBusthat is aware of multiple instances of a CommandBus working together to spread load. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.commandhandling.gateway
Subinterfaces of MessageDispatchInterceptorSupport in org.axonframework.commandhandling.gatewayModifier and TypeInterfaceDescriptioninterfaceInterface towards the Command Handling components of an application.Classes in org.axonframework.commandhandling.gateway that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassDefault implementation of the CommandGateway interface. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.deadline
Subinterfaces of MessageDispatchInterceptorSupport in org.axonframework.deadlineClasses in org.axonframework.deadline that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassAbstract implementation of theDeadlineManagerto be implemented by concrete solutions for the DeadlineManager.classImplementation ofDeadlineManagerwhich uses Java'sScheduledExecutorServiceas scheduling and triggering mechanism. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.deadline.dbscheduler
Classes in org.axonframework.deadline.dbscheduler that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a db schedulerScheduler. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.deadline.jobrunr
Classes in org.axonframework.deadline.jobrunr that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a JobrunrJobScheduler. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.deadline.quartz
Classes in org.axonframework.deadline.quartz that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a QuartzScheduler. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.disruptor.commandhandling
Classes in org.axonframework.disruptor.commandhandling that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassAsynchronous CommandBus implementation with very high performance characteristics. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.eventhandling
Subinterfaces of MessageDispatchInterceptorSupport in org.axonframework.eventhandlingModifier and TypeInterfaceDescriptioninterfaceSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Classes in org.axonframework.eventhandling that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassBase class for the Event Bus.classImplementation of theEventBusthat dispatches events in the thread the publishes them. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.eventhandling.gateway
Subinterfaces of MessageDispatchInterceptorSupport in org.axonframework.eventhandling.gatewayModifier and TypeInterfaceDescriptioninterfaceInterface towards the Event Handling components of an application.Classes in org.axonframework.eventhandling.gateway that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassDefault implementation of the EventGateway interface. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.eventsourcing.eventstore
Subinterfaces of MessageDispatchInterceptorSupport in org.axonframework.eventsourcing.eventstoreModifier and TypeInterfaceDescriptioninterfaceProvides a mechanism to open streams from events in the the underlying event storage.Classes in org.axonframework.eventsourcing.eventstore that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassAbstract implementation of anEventStorethat uses aEventStorageEngineto store and load events.classImplementation of anEventStorethat stores and fetches events using anEventStorageEngine. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.eventsourcing.eventstore.legacyjpa
Classes in org.axonframework.eventsourcing.eventstore.legacyjpa that implement MessageDispatchInterceptorSupport -
Uses of MessageDispatchInterceptorSupport in org.axonframework.queryhandling
Subinterfaces of MessageDispatchInterceptorSupport in org.axonframework.queryhandlingModifier and TypeInterfaceDescriptioninterfaceThe mechanism that dispatches Query objects to their appropriate QueryHandlers.interfaceInterface towards the Query Handling components of an application.interfaceComponent which informs subscription queries about updates, errors and when there are no more updates.Classes in org.axonframework.queryhandling that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassImplementation of the QueryGateway interface that allows the registration of dispatchInterceptors.classImplementation of the QueryBus that dispatches queries to the handlers within the JVM.classImplementation ofQueryUpdateEmitterthat uses Project Reactor to implement Update Handlers. -
Uses of MessageDispatchInterceptorSupport in org.axonframework.test.deadline
Classes in org.axonframework.test.deadline that implement MessageDispatchInterceptorSupport -
Uses of MessageDispatchInterceptorSupport in org.axonframework.test.utils
Classes in org.axonframework.test.utils that implement MessageDispatchInterceptorSupportModifier and TypeClassDescriptionclassCommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.
EmbeddedEventStorewhich moved to jakarta.