Class WorkflowOutboundCallsInterceptor.CancelWorkflowOutput

  • Enclosing interface:
    WorkflowOutboundCallsInterceptor

    public static final class WorkflowOutboundCallsInterceptor.CancelWorkflowOutput
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Promise<java.lang.Void> getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CancelWorkflowOutput

        public CancelWorkflowOutput​(Promise<java.lang.Void> result)
    • Method Detail

      • getResult

        public Promise<java.lang.Void> getResult()