Interface DelegatingExecutorService

All Superinterfaces:
DelegatingExecutor, Executor, ExecutorService
All Known Subinterfaces:
DelegatingScheduledExecutorService
All Known Implementing Classes:
AbstractDelegatingExecutorService, BatchTaskExecutorService, DelegatingSecurityContextExecutorService, DelegatingThreadContextExecutorService, DelegatingThreadContextScheduledExecutorService

public interface DelegatingExecutorService extends ExecutorService, DelegatingExecutor
An interface for ExecutorService that delegate to another ExecutorService.
Author:
poirigui