Class SkipPredicateInvoker

java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.SkipPredicateInvoker
All Implemented Interfaces:
ScheduledInvoker

public final class SkipPredicateInvoker extends DelegateInvoker
A scheduled invoker wrapper that skips the execution if the predicate evaluates to true.
See Also: