Class DelegatingExecutorService

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

class DelegatingExecutorService extends ForwardingExecutorService
An implementation of ExecutorService that delegates to the real executor, while disallowing termination.