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