Class WorkflowPollTaskFactory

  • All Implemented Interfaces:
    java.util.function.Supplier<Poller.PollTask<io.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse>>

    public class WorkflowPollTaskFactory
    extends java.lang.Object
    implements java.util.function.Supplier<Poller.PollTask<io.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse>>
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Poller.PollTask<io.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse> get()  
      • Methods inherited from class java.lang.Object

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

      • WorkflowPollTaskFactory

        public WorkflowPollTaskFactory​(io.temporal.serviceclient.WorkflowServiceStubs service,
                                       java.lang.String namespace,
                                       java.lang.String taskQueue,
                                       com.uber.m3.tally.Scope metricScope,
                                       java.lang.String identity,
                                       java.lang.String binaryChecksum)
    • Method Detail

      • get

        public Poller.PollTask<io.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse> get()
        Specified by:
        get in interface java.util.function.Supplier<Poller.PollTask<io.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse>>