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.
-
Field Summary
Fields inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
delegate -
Constructor Summary
ConstructorsConstructorDescriptionSkipConcurrentExecutionInvoker(ScheduledInvoker delegate, jakarta.enterprise.event.Event<SkippedExecution> event) -
Method Summary
Methods inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
isBlocking, isRunningOnVirtualThread
-
Constructor Details
-
SkipConcurrentExecutionInvoker
public SkipConcurrentExecutionInvoker(ScheduledInvoker delegate, jakarta.enterprise.event.Event<SkippedExecution> event)
-
-
Method Details
-
invoke
- Returns:
- the result
- Throws:
Exception
-