Uses of Class
org.axonframework.messaging.unitofwork.ExecutionResult
Packages that use ExecutionResult
Package
Description
-
Uses of ExecutionResult in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling that return ExecutionResultMethods in org.axonframework.disruptor.commandhandling with parameters of type ExecutionResultModifier and TypeMethodDescriptionprotected voidDisruptorUnitOfWork.setExecutionResult(ExecutionResult executionResult) -
Uses of ExecutionResult in org.axonframework.messaging.unitofwork
Methods in org.axonframework.messaging.unitofwork that return ExecutionResultModifier and TypeMethodDescriptionBatchingUnitOfWork.getExecutionResult()DefaultUnitOfWork.getExecutionResult()MessageProcessingContext.getExecutionResult()Get the result of processing theMessage.UnitOfWork.getExecutionResult()Get the result of the task that was executed by this Unit of Work.Methods in org.axonframework.messaging.unitofwork that return types with arguments of type ExecutionResultModifier and TypeMethodDescriptionBatchingUnitOfWork.getExecutionResults()Returns a Map ofExecutionResultper Message.Methods in org.axonframework.messaging.unitofwork with parameters of type ExecutionResultModifier and TypeMethodDescriptionprotected abstract voidAbstractUnitOfWork.setExecutionResult(ExecutionResult executionResult) Set the execution result of processing the currentMessage.protected voidBatchingUnitOfWork.setExecutionResult(ExecutionResult executionResult) protected voidDefaultUnitOfWork.setExecutionResult(ExecutionResult executionResult) voidMessageProcessingContext.setExecutionResult(ExecutionResult executionResult) Set the execution result of processing the currentMessage.