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:
true
if the given execution should be skipped,false
otherwise
-