Class WorkflowClientCallsInterceptor.CancelInput

    • Constructor Summary

      Constructors 
      Constructor Description
      CancelInput​(io.temporal.api.common.v1.WorkflowExecution workflowExecution)
      Deprecated.
      Use CancelInput(WorkflowExecution, String) to provide a cancellation reason instead.
      CancelInput​(io.temporal.api.common.v1.WorkflowExecution workflowExecution, java.lang.String reason)  
    • Method Summary

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

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

      • CancelInput

        @Deprecated
        public CancelInput​(io.temporal.api.common.v1.WorkflowExecution workflowExecution)
        Deprecated.
        Use CancelInput(WorkflowExecution, String) to provide a cancellation reason instead.
      • CancelInput

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

      • getWorkflowExecution

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

        @Nullable
        public java.lang.String getReason()