Uses of Interface
org.axonframework.commandhandling.CommandMessageHandler
Packages that use CommandMessageHandler
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of CommandMessageHandler in org.axonframework.commandhandling
Classes in org.axonframework.commandhandling that implement CommandMessageHandlerModifier and TypeClassDescriptionclassAdapter that turns any@CommandHandlerannotated bean into aMessageHandlerimplementation. -
Uses of CommandMessageHandler in org.axonframework.modelling.command
Classes in org.axonframework.modelling.command that implement CommandMessageHandlerModifier and TypeClassDescriptionclassCommand handler that registers a set ofCommandHandlerbased on annotations of an aggregate.