Uses of Class
io.quarkus.scheduler.common.runtime.DelegateInvoker
-
Packages that use DelegateInvoker Package Description io.quarkus.scheduler.common.runtime -
-
Uses of DelegateInvoker in io.quarkus.scheduler.common.runtime
Subclasses of DelegateInvoker in io.quarkus.scheduler.common.runtime Modifier and Type Class Description classSkipConcurrentExecutionInvokerAn invoker wrapper that skips concurrent executions.classSkipPredicateInvokerA scheduled invoker wrapper that skips the execution if the predicate evaluates to true.classStatusEmitterInvokerAn invoker wrapper that fires CDI events when an execution of a scheduled method is finished.
-