Interface TaskProducerClient


public interface TaskProducerClient
Producer interface used to submit new tasks for execution on worker nodes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Submit a new task to TaskStore/Queue
  • Method Details

    • submitTask

      void submitTask(Task task)
      Submit a new task to TaskStore/Queue
      Parameters:
      task - Task to be submitted for execution on offline nodes