Class ForwardingListeningExecutorService

All Implemented Interfaces:
ListeningExecutorService, Executor, ExecutorService

@CanIgnoreReturnValue @GwtIncompatible public abstract class ForwardingListeningExecutorService extends ForwardingExecutorService implements ListeningExecutorService
A listening executor service which forwards all its method calls to another listening executor service. Subclasses should override one or more methods to modify the behavior of the backing executor service as desired per the decorator pattern.
Since:
10.0
Author:
Isaac Shum