Class WorkflowOutboundCallsInterceptor.ChildWorkflowOutput<R>

  • Enclosing interface:
    WorkflowOutboundCallsInterceptor

    public static final class WorkflowOutboundCallsInterceptor.ChildWorkflowOutput<R>
    extends java.lang.Object
    • Constructor Detail

      • ChildWorkflowOutput

        public ChildWorkflowOutput​(Promise<R> result,
                                   Promise<io.temporal.api.common.v1.WorkflowExecution> workflowExecution)
    • Method Detail

      • getResult

        public Promise<R> getResult()
      • getWorkflowExecution

        public Promise<io.temporal.api.common.v1.WorkflowExecution> getWorkflowExecution()