Uses of Interface
io.quarkus.scheduler.Scheduled.SkipPredicate
-
-
Uses of Scheduled.SkipPredicate in io.quarkus.scheduler
Classes in io.quarkus.scheduler that implement Scheduled.SkipPredicate Modifier and Type Class Description static classScheduled.ApplicationNotRunningExecution is skipped if the application is not running (either not started or already shutdown).static classScheduled.NeverExecution is never skipped.Methods in io.quarkus.scheduler that return types with arguments of type Scheduled.SkipPredicate Modifier and Type Method Description Class<? extends Scheduled.SkipPredicate>skipExecutionIf()Specify the bean class that can be used to skip any execution of a scheduled method.
-