public static final class WorkflowInterceptor.WorkflowResult<R>
extends java.lang.Object
Constructor and Description |
---|
WorkflowResult(Promise<R> result,
Promise<WorkflowExecution> workflowExecution) |
Modifier and Type | Method and Description |
---|---|
Promise<R> |
getResult() |
Promise<WorkflowExecution> |
getWorkflowExecution() |
public WorkflowResult(Promise<R> result, Promise<WorkflowExecution> workflowExecution)
public Promise<WorkflowExecution> getWorkflowExecution()