Uses of Interface
io.quarkus.scheduler.Scheduled.SkipPredicate
-
Packages that use Scheduled.SkipPredicate Package Description io.quarkus.scheduler io.quarkus.scheduler.runtime -
-
Uses of Scheduled.SkipPredicate in io.quarkus.scheduler
Classes in io.quarkus.scheduler that implement Scheduled.SkipPredicate Modifier and Type Class Description 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. -
Uses of Scheduled.SkipPredicate in io.quarkus.scheduler.runtime
Constructors in io.quarkus.scheduler.runtime with parameters of type Scheduled.SkipPredicate Constructor Description SkipPredicateInvoker(ScheduledInvoker delegate, Scheduled.SkipPredicate predicate, javax.enterprise.event.Event<SkippedExecution> event)
-