Uses of Class
org.axonframework.messaging.commandhandling.GenericCommandMessage
Packages that use GenericCommandMessage
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of GenericCommandMessage in org.axonframework.messaging.commandhandling
Methods in org.axonframework.messaging.commandhandling that return GenericCommandMessageModifier and TypeMethodDescriptionGenericCommandMessage.withConverter(@Nullable Converter converter) Returns a newGenericCommandMessagewith the same properties as this message and the givenconverterset for use inMessageDecorator.payloadAs(Class).