Uses of Class
org.axonframework.messaging.queryhandling.GenericQueryResponseMessage
Packages that use GenericQueryResponseMessage
Package
Description
Package for query handling components in Axon Framework.
-
Uses of GenericQueryResponseMessage in org.axonframework.messaging.queryhandling
Methods in org.axonframework.messaging.queryhandling that return GenericQueryResponseMessageModifier and TypeMethodDescriptionGenericQueryResponseMessage.withConverter(@Nullable Converter converter) Returns a newGenericQueryResponseMessagewith the same properties as this message and the givenconverterset for use inMessageDecorator.payloadAs(Class).