Class ForwardingExecutorService

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.util.concurrent.ForwardingExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService
Direct Known Subclasses:
ForwardingListeningExecutorService

@Deprecated(since="2022-12-01") public abstract class ForwardingExecutorService extends ForwardingObject implements ExecutorService
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
An executor service which forwards all its method calls to another 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