Package io.quarkus.scheduler.runtime
Class SkipConcurrentExecutionInvoker
- java.lang.Object
-
- io.quarkus.scheduler.runtime.SkipConcurrentExecutionInvoker
-
- All Implemented Interfaces:
BeanInvoker<ScheduledExecution>,ScheduledInvoker
public final class SkipConcurrentExecutionInvoker extends Object implements ScheduledInvoker
A scheduled invoker wrapper that skips concurrent executions.
-
-
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 voidinvoke(ScheduledExecution execution)voidinvokeBean(ScheduledExecution param)
-
-
-
Constructor Detail
-
SkipConcurrentExecutionInvoker
public SkipConcurrentExecutionInvoker(ScheduledInvoker delegate, javax.enterprise.event.Event<SkippedExecution> event)
-
-
Method Detail
-
invoke
public void invoke(ScheduledExecution execution) throws Exception
- Specified by:
invokein interfaceBeanInvoker<ScheduledExecution>- Throws:
Exception
-
invokeBean
public void invokeBean(ScheduledExecution param)
- Specified by:
invokeBeanin interfaceBeanInvoker<ScheduledExecution>
-
-