Class OffloadingInvoker
java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.OffloadingInvoker
- All Implemented Interfaces:
ScheduledInvoker
Offloads the execution of the scheduled task if necessary.
-
Field Summary
Fields inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.scheduler.common.runtime.DelegateInvoker
invokeComplete, invokeDelegate, isBlocking, isRunningOnVirtualThread
-
Constructor Details
-
OffloadingInvoker
-
-
Method Details
-
invoke
- Returns:
- the result, never
null - Throws:
Exception
-