Class DelayedExecutionInvoker
java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.DelayedExecutionInvoker
- All Implemented Interfaces:
ScheduledInvoker
Delays execution of a scheduled task.
- See Also:
-
Field Summary
Fields inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
delegate -
Constructor Summary
ConstructorsConstructorDescriptionDelayedExecutionInvoker(ScheduledInvoker delegate, long maxDelay, ScheduledExecutorService executor, jakarta.enterprise.event.Event<DelayedExecution> event) -
Method Summary
Methods inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
invokeComplete, invokeDelegate, isBlocking, isRunningOnVirtualThread
-
Constructor Details
-
DelayedExecutionInvoker
public DelayedExecutionInvoker(ScheduledInvoker delegate, long maxDelay, ScheduledExecutorService executor, jakarta.enterprise.event.Event<DelayedExecution> event)
-
-
Method Details
-
invoke
- Returns:
- the result, never
null - Throws:
Exception
-