Interface WorkerJobRunningStateStore


public interface WorkerJobRunningStateStore
State store containing all workers' jobs in RUNNING state.
See Also:
  • WorkerJob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deletes a running worker job for the given key.
  • Method Details

    • deleteByKey

      void deleteByKey(String key)
      Deletes a running worker job for the given key.

      A key can be a WorkerTask Task Run ID.

      Parameters:
      key - the key of the worker job to be deleted.