Class DecoratedExecutorService

java.lang.Object
org.apache.druid.java.util.common.concurrent.DecoratedExecutorService
All Implemented Interfaces:
Executor, ExecutorService
Direct Known Subclasses:
DecoratedScheduledExecutorService

public class DecoratedExecutorService extends Object implements ExecutorService
An ExecutorService where all tasks are automatically decorated before being submitted to a delegate executor service.