Uses of Class
io.quarkus.scheduler.common.runtime.DelegateInvoker
Packages that use DelegateInvoker
-
Uses of DelegateInvoker in io.quarkus.scheduler.common.runtime
Subclasses of DelegateInvoker in io.quarkus.scheduler.common.runtimeModifier and TypeClassDescriptionclassDelays execution of a scheduled task.classclassOffloads the execution of the scheduled task if necessary.final classAn invoker wrapper that skips concurrent executions.final classA scheduled invoker wrapper that skips the execution if the predicate evaluates to true.final classAn invoker wrapper that fires CDI events when an execution of a scheduled method is finished.