Class SkipConcurrentExecutionInvoker
java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.SkipConcurrentExecutionInvoker
- All Implemented Interfaces:
ScheduledInvoker
An invoker wrapper that skips concurrent executions.
- See Also:
-
Field Summary
Fields inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
delegate -
Constructor Summary
ConstructorsConstructorDescriptionSkipConcurrentExecutionInvoker(ScheduledInvoker delegate, jakarta.enterprise.event.Event<io.quarkus.scheduler.SkippedExecution> event) -
Method Summary
Methods inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
invokeComplete, invokeDelegate, isBlocking, isRunningOnVirtualThread
-
Constructor Details
-
SkipConcurrentExecutionInvoker
public SkipConcurrentExecutionInvoker(ScheduledInvoker delegate, jakarta.enterprise.event.Event<io.quarkus.scheduler.SkippedExecution> event)
-
-
Method Details
-
invoke
public CompletionStage<Void> invoke(io.quarkus.scheduler.ScheduledExecution execution) throws Exception - Parameters:
execution-- Returns:
- the result, never
null - Throws:
Exception
-