Class SkipConcurrentExecutionInvoker

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

public final class SkipConcurrentExecutionInvoker extends DelegateInvoker
An invoker wrapper that skips concurrent executions.
See Also: