Class WorkflowClientCallsInterceptor.TerminateInput

  • Enclosing interface:
    WorkflowClientCallsInterceptor

    public static final class WorkflowClientCallsInterceptor.TerminateInput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TerminateInput​(io.temporal.api.common.v1.WorkflowExecution workflowExecution, java.lang.String reason, java.lang.Object[] details)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getDetails()  
      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

      • TerminateInput

        public TerminateInput​(io.temporal.api.common.v1.WorkflowExecution workflowExecution,
                              java.lang.String reason,
                              java.lang.Object[] details)
    • Method Detail

      • getWorkflowExecution

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

        public java.lang.String getReason()
      • getDetails

        public java.lang.Object[] getDetails()