Interface JobExecutorContext

  • All Implemented Interfaces:

    
    public interface JobExecutorContext
    
                        

    Job Executor Context

    Context for which a new JobExecutor instance is being requested.

    Since:

    1.0.0

    Author:

    Elizabeth Paige Harper https://github.com/foxcapades

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getQueue() ID/Name of the queue for which the JobExecutor has been requested.
      abstract HashID getJobID() Hash ID of the job for which the JobExecutor has been requested.
      abstract JsonNode getJobConfig() Optional configuration of the job for which the JobExecutor has been requested.
      • Methods inherited from class java.lang.Object

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