Class GenericWorkflowClientExternalImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      GenericWorkflowClientExternalImpl​(io.temporal.serviceclient.WorkflowServiceStubs service, java.lang.String namespace, java.lang.String identity, com.uber.m3.tally.Scope metricsScope)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateUniqueId()  
      java.lang.String getNamespace()  
      io.temporal.serviceclient.WorkflowServiceStubs getService()  
      io.temporal.api.workflowservice.v1.QueryWorkflowResponse query​(io.temporal.api.workflowservice.v1.QueryWorkflowRequest queryParameters)  
      void requestCancel​(io.temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionRequest request)  
      void signal​(io.temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest request)  
      io.temporal.api.common.v1.WorkflowExecution signalWithStart​(SignalWithStartWorkflowExecutionParameters parameters)  
      io.temporal.api.common.v1.WorkflowExecution start​(io.temporal.api.workflowservice.v1.StartWorkflowExecutionRequest request)  
      void terminate​(io.temporal.api.workflowservice.v1.TerminateWorkflowExecutionRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait