Class WorkflowOutboundCallsInterceptor.CancelWorkflowInput

    • Constructor Summary

      Constructors 
      Constructor Description
      CancelWorkflowInput​(io.temporal.api.common.v1.WorkflowExecution execution)
      Deprecated.
      CancelWorkflowInput​(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String reason)  
    • Method Summary

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

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

      • CancelWorkflowInput

        @Deprecated
        public CancelWorkflowInput​(io.temporal.api.common.v1.WorkflowExecution execution)
        Deprecated.
      • CancelWorkflowInput

        public CancelWorkflowInput​(io.temporal.api.common.v1.WorkflowExecution execution,
                                   @Nullable
                                   java.lang.String reason)
    • Method Detail

      • getExecution

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

        @Nullable
        public java.lang.String getReason()