Uses of Interface
org.axonframework.messaging.core.ResultMessage
Packages that use ResultMessage
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to message processing in Axon Framework.
-
Uses of ResultMessage in org.axonframework.messaging.commandhandling
Subinterfaces of ResultMessage in org.axonframework.messaging.commandhandlingModifier and TypeInterfaceDescriptioninterfaceAResultMessagethat represents a result from handling aCommandMessage.Classes in org.axonframework.messaging.commandhandling that implement ResultMessageModifier and TypeClassDescriptionclassGeneric implementation of theCommandResultMessageinterface. -
Uses of ResultMessage in org.axonframework.messaging.core
Classes in org.axonframework.messaging.core that implement ResultMessageMethods in org.axonframework.messaging.core that return ResultMessageModifier and TypeMethodDescriptionGenericResultMessage.andMetadata(Map<String, String> metadata) ResultMessage.andMetadata(Map<String, String> metadata) static ResultMessageGenericResultMessage.asResultMessage(Object result) Deprecated.GenericResultMessage.withConvertedPayload(Type type, Converter converter) default ResultMessageResultMessage.withConvertedPayload(Class<?> type, Converter converter) ResultMessage.withConvertedPayload(Type type, Converter converter) default ResultMessageResultMessage.withConvertedPayload(TypeReference<?> type, Converter converter) GenericResultMessage.withMetadata(Map<String, String> metadata) ResultMessage.withMetadata(Map<String, String> metadata) -
Uses of ResultMessage in org.axonframework.messaging.queryhandling
Subinterfaces of ResultMessage in org.axonframework.messaging.queryhandlingModifier and TypeInterfaceDescriptioninterfaceAResultMessageimplementation that contains the result of query handling.interfaceAResultMessageimplementation that holds incremental update of a subscription query.Classes in org.axonframework.messaging.queryhandling that implement ResultMessageModifier and TypeClassDescriptionclassGeneric implementation of theQueryResponseMessageinterface.classGeneric implementation of theSubscriptionQueryUpdateMessageinterface holding incremental update of a subscription query.
type.