Class ForwardingListeningExecutorService

All Implemented Interfaces:
ListeningExecutorService, AutoCloseable, Executor, ExecutorService

@Deprecated(since="2022-12-01") public abstract class ForwardingListeningExecutorService extends ForwardingExecutorService implements ListeningExecutorService
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
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