Interface JobExecutorFactory

  • All Implemented Interfaces:

    @FunctionalInterface() 
    public interface JobExecutorFactory
    
                        

    Job Executor Provider/Factory

    Provides JobExecutor instances to be used when running jobs from the internal job queue(s).

    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 JobExecutor newJobExecutor(JobExecutorContext ctx) Constructs a new JobExecutor instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait