Package | Description |
---|---|
org.axonframework.disruptor.commandhandling | |
org.axonframework.messaging.unitofwork |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
DisruptorUnitOfWork.getExecutionResult() |
Modifier and Type | Method and Description |
---|---|
protected void |
DisruptorUnitOfWork.setExecutionResult(ExecutionResult executionResult) |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
UnitOfWork.getExecutionResult()
Get the result of the task that was executed by this Unit of Work.
|
ExecutionResult |
MessageProcessingContext.getExecutionResult()
Get the result of processing the
Message . |
ExecutionResult |
DefaultUnitOfWork.getExecutionResult() |
ExecutionResult |
BatchingUnitOfWork.getExecutionResult() |
Modifier and Type | Method and Description |
---|---|
Map<Message<?>,ExecutionResult> |
BatchingUnitOfWork.getExecutionResults()
Returns a Map of
ExecutionResult per Message. |
Modifier and Type | Method and Description |
---|---|
void |
MessageProcessingContext.setExecutionResult(ExecutionResult executionResult)
Set the execution result of processing the current
Message . |
protected void |
DefaultUnitOfWork.setExecutionResult(ExecutionResult executionResult) |
protected void |
BatchingUnitOfWork.setExecutionResult(ExecutionResult executionResult) |
protected abstract void |
AbstractUnitOfWork.setExecutionResult(ExecutionResult executionResult)
Set the execution result of processing the current
Message . |
Copyright © 2010–2023. All rights reserved.