Class WorkflowOutboundCallsInterceptor.CancelWorkflowInput

    • Constructor Summary

      Constructors 
      Constructor Description
      CancelWorkflowInput​(io.temporal.api.common.v1.WorkflowExecution execution)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.temporal.api.common.v1.WorkflowExecution getExecution()  
      • Methods inherited from class java.lang.Object

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

      • CancelWorkflowInput

        public CancelWorkflowInput​(io.temporal.api.common.v1.WorkflowExecution execution)
    • Method Detail

      • getExecution

        public io.temporal.api.common.v1.WorkflowExecution getExecution()