Package io.quarkus.scheduler.common.runtime
-
Interface Summary Interface Description ScheduledInvoker Invokes a scheduled business method of a bean.SchedulerContext -
Class Summary Class Description DefaultInvoker DelegateInvoker ScheduledMethodMetadata SkipConcurrentExecutionInvoker An invoker wrapper that skips concurrent executions.SkipPredicateInvoker A scheduled invoker wrapper that skips the execution if the predicate evaluates to true.StatusEmitterInvoker An invoker wrapper that fires CDI events when an execution of a scheduled method is finished.