Interface Scheduled.SkipPredicate

All Known Implementing Classes:
Scheduled.ApplicationNotRunning, Scheduled.Never
Enclosing class:
Scheduled

public static interface Scheduled.SkipPredicate
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • test

      boolean test(ScheduledExecution execution)
      Parameters:
      execution -
      Returns:
      true if the given execution should be skipped, false otherwise