Interface CronJob.JobCallback<B,​R>

  • Type Parameters:
    B - Job status
    R - Job result
    Enclosing class:
    CronJob
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface CronJob.JobCallback<B,​R>
    Job callback interface
    • Method Detail

      • done

        void done​(B b,
                  R r)