Class ForwardingExecutorService

java.lang.Object
io.quarkus.runtime.util.ForwardingExecutorService
All Implemented Interfaces:
Executor, ExecutorService

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