Class ForwardingScheduledExecutorService

java.lang.Object
io.quarkus.runtime.util.ForwardingExecutorService
io.quarkus.runtime.util.ForwardingScheduledExecutorService
All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
NoopShutdownScheduledExecutorService

public abstract class ForwardingScheduledExecutorService extends ForwardingExecutorService implements ScheduledExecutorService
Forwards all method calls to the scheduled executor service returned from the delegate() method. Only non-default methods declared on the ScheduledExecutorService interface are forwarded.