Class ActivityExecutionContextFactoryImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ActivityExecutionContextFactoryImpl​(io.temporal.serviceclient.WorkflowServiceStubs service, java.lang.String identity, java.lang.String namespace, java.time.Duration maxHeartbeatThrottleInterval, java.time.Duration defaultHeartbeatThrottleInterval, DataConverter dataConverter, java.util.concurrent.ScheduledExecutorService heartbeatExecutor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ActivityExecutionContext createContext​(io.temporal.internal.activity.ActivityInfoInternal info, com.uber.m3.tally.Scope metricsScope)  
      • Methods inherited from class java.lang.Object

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

      • ActivityExecutionContextFactoryImpl

        public ActivityExecutionContextFactoryImpl​(io.temporal.serviceclient.WorkflowServiceStubs service,
                                                   java.lang.String identity,
                                                   java.lang.String namespace,
                                                   java.time.Duration maxHeartbeatThrottleInterval,
                                                   java.time.Duration defaultHeartbeatThrottleInterval,
                                                   DataConverter dataConverter,
                                                   java.util.concurrent.ScheduledExecutorService heartbeatExecutor)