Uses of Class
org.axonframework.messaging.core.GenericMessage
Packages that use GenericMessage
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of GenericMessage in org.axonframework.messaging.core
Methods in org.axonframework.messaging.core that return GenericMessageModifier and TypeMethodDescriptionGenericMessage.withConverter(@Nullable Converter converter) Returns a newGenericMessageinstance with the same payload and properties as this message and the givenconverterto be used for payload conversion.