Interface Scheduler.JobDefinition

  • Enclosing interface:
    Scheduler

    public static interface Scheduler.JobDefinition
    The job definition is a builder-like API that can be used to define a job programmatically.

    No job is scheduled until the setTask(Consumer) or setAsyncTask(Function) method is called.

    The implementation is not thread-safe and should not be reused.