Uses of Interface
org.axonframework.messaging.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.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query that implement ResultMessageModifier and TypeClassDescriptionclassWrapper that allows clients to access a gRPCQueryResponseas aQueryResponseMessage. -
Uses of ResultMessage in org.axonframework.commandhandling
Subinterfaces of ResultMessage in org.axonframework.commandhandlingModifier and TypeInterfaceDescriptioninterfaceMessage that represents a result from handling aCommandMessage.Classes in org.axonframework.commandhandling that implement ResultMessage -
Uses of ResultMessage in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling that return ResultMessageModifier and TypeMethodDescription<R> ResultMessage<R> DisruptorUnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) Execute the giventaskin the context of this Unit of Work. -
Uses of ResultMessage in org.axonframework.messaging
Classes in org.axonframework.messaging that implement ResultMessageMethods in org.axonframework.messaging that return ResultMessageModifier and TypeMethodDescriptionResultMessage.andMetaData(Map<String, ?> metaData) static <T> ResultMessage<T> GenericResultMessage.asResultMessage(Object result) Returns the givenresultas aResultMessageinstance.static <T> ResultMessage<T> GenericResultMessage.asResultMessage(Throwable exception) Creates a ResultMessage with the givenexceptionresult.ResultMessage.withMetaData(Map<String, ?> metaData) -
Uses of ResultMessage in org.axonframework.messaging.responsetypes
Classes in org.axonframework.messaging.responsetypes that implement ResultMessageModifier and TypeClassDescriptionclassImplementation of a QueryResponseMessage that is aware of the requested response type and performs a just-in-time conversion to ensure the response is formatted as requested. -
Uses of ResultMessage in org.axonframework.messaging.unitofwork
Methods in org.axonframework.messaging.unitofwork that return ResultMessageModifier and TypeMethodDescription<R> ResultMessage<R> BatchingUnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) Execute the giventaskin the context of this Unit of Work.<R> ResultMessage<R> DefaultUnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) default <R> ResultMessage<R> UnitOfWork.executeWithResult(Callable<R> task) Execute the giventaskin the context of this Unit of Work.<R> ResultMessage<R> UnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) Execute the giventaskin the context of this Unit of Work.ExecutionResult.getResult()Return the execution result message.Constructors in org.axonframework.messaging.unitofwork with parameters of type ResultMessageModifierConstructorDescriptionExecutionResult(ResultMessage<?> result) Initializes anExecutionResultfrom the givenresult. -
Uses of ResultMessage in org.axonframework.queryhandling
Subinterfaces of ResultMessage in org.axonframework.queryhandlingModifier and TypeInterfaceDescriptioninterfaceMessage that contains the results of a Query.interfaceMessage which holds incremental update of an subscription query.Classes in org.axonframework.queryhandling that implement ResultMessageModifier and TypeClassDescriptionclassQueryResponseMessage implementation that takes all properties as constructor parameters.classGenericSubscriptionQueryUpdateMessagewhich holds incremental update of an subscription query.