Uses of Class
org.axonframework.messaging.core.MessageDecorator
Packages that use MessageDecorator
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to message processing in Axon Framework.
Package for event handling components in Axon Framework.
Part of the Axon Messaging module.
Package for query handling components in Axon Framework.
-
Uses of MessageDecorator in org.axonframework.messaging.commandhandling
Subclasses of MessageDecorator in org.axonframework.messaging.commandhandlingModifier and TypeClassDescriptionclassGeneric implementation of theCommandMessageinterface.classGeneric implementation of theCommandResultMessageinterface. -
Uses of MessageDecorator in org.axonframework.messaging.core
Subclasses of MessageDecorator in org.axonframework.messaging.core -
Uses of MessageDecorator in org.axonframework.messaging.eventhandling
Subclasses of MessageDecorator in org.axonframework.messaging.eventhandlingModifier and TypeClassDescriptionclassGeneric implementation of theEventMessageinterface.classEmptyEventMessageimplementation without anypayload, used as the terminal message of aMessageStream. -
Uses of MessageDecorator in org.axonframework.messaging.eventhandling.replay
Subclasses of MessageDecorator in org.axonframework.messaging.eventhandling.replayModifier and TypeClassDescriptionclassGeneric implementation of theReplayStatusChangedinterface.classGeneric implementation of theResetContextinterface. -
Uses of MessageDecorator in org.axonframework.messaging.queryhandling
Subclasses of MessageDecorator in org.axonframework.messaging.queryhandlingModifier and TypeClassDescriptionclassGeneric implementation of theQueryMessageinterface.classGeneric implementation of theQueryResponseMessageinterface.classGeneric implementation of theSubscriptionQueryUpdateMessageinterface holding incremental update of a subscription query.