Package io.quarkus.scheduler
Interface Scheduled.SkipPredicate
- All Known Implementing Classes:
Scheduled.ApplicationNotRunning,Scheduled.Never
- Enclosing class:
- Scheduled
public static interface Scheduled.SkipPredicate
- See Also:
-
Method Summary
-
Method Details
-
test
- Parameters:
execution-- Returns:
trueif the given execution should be skipped,falseotherwise
-