Class ActivityClientHelper


  • public class ActivityClientHelper
    extends java.lang.Object
    Contains methods that could but didn't become a part of the main ManualActivityCompletionClient, because they are not intended to be called by our users directly.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdResponse recordActivityTaskHeartbeatById​(io.temporal.serviceclient.WorkflowServiceStubs service, java.lang.String namespace, java.lang.String identity, io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String activityId, DataConverter dataConverter, com.uber.m3.tally.Scope metricsScope, java.lang.Object details)  
      static io.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatResponse sendHeartbeatRequest​(io.temporal.serviceclient.WorkflowServiceStubs service, java.lang.String namespace, java.lang.String identity, byte[] taskToken, DataConverter dataConverter, com.uber.m3.tally.Scope metricsScope, java.lang.Object details)  
      • Methods inherited from class java.lang.Object

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

      • ActivityClientHelper

        public ActivityClientHelper()
    • Method Detail

      • sendHeartbeatRequest

        public static io.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatResponse sendHeartbeatRequest​(io.temporal.serviceclient.WorkflowServiceStubs service,
                                                                                                                  java.lang.String namespace,
                                                                                                                  java.lang.String identity,
                                                                                                                  byte[] taskToken,
                                                                                                                  DataConverter dataConverter,
                                                                                                                  com.uber.m3.tally.Scope metricsScope,
                                                                                                                  java.lang.Object details)
      • recordActivityTaskHeartbeatById

        public static io.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdResponse recordActivityTaskHeartbeatById​(io.temporal.serviceclient.WorkflowServiceStubs service,
                                                                                                                                 java.lang.String namespace,
                                                                                                                                 java.lang.String identity,
                                                                                                                                 io.temporal.api.common.v1.WorkflowExecution execution,
                                                                                                                                 java.lang.String activityId,
                                                                                                                                 DataConverter dataConverter,
                                                                                                                                 com.uber.m3.tally.Scope metricsScope,
                                                                                                                                 java.lang.Object details)