Class OffloadingInvoker

java.lang.Object
io.quarkus.scheduler.common.runtime.DelegateInvoker
io.quarkus.scheduler.common.runtime.OffloadingInvoker
All Implemented Interfaces:
ScheduledInvoker

public class OffloadingInvoker extends DelegateInvoker
Offloads the execution of the scheduled task if necessary.
See Also: