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.
-
-
Field Summary
-
Fields inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
delegate
-
-
Constructor Summary
Constructors Constructor Description SkipConcurrentExecutionInvoker(ScheduledInvoker delegate, javax.enterprise.event.Event<SkippedExecution> event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>invoke(ScheduledExecution execution)-
Methods inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
isBlocking
-
-
-
-
Constructor Detail
-
SkipConcurrentExecutionInvoker
public SkipConcurrentExecutionInvoker(ScheduledInvoker delegate, javax.enterprise.event.Event<SkippedExecution> event)
-
-
Method Detail
-
invoke
public CompletionStage<Void> invoke(ScheduledExecution execution) throws Exception
- Returns:
- the result
- Throws:
Exception
-
-