Interface WrappedExecutorService

All Superinterfaces:
AutoCloseable, Executor, ExecutorService

public interface WrappedExecutorService extends ExecutorService
Marker interface for executor service wrappers that delegate to an underlying executor.
Since:
16.2
Author:
William Burns
  • Method Details

    • unwrap

      ExecutorService unwrap()
      Returns the underlying executor service that this wrapper delegates to.
      Returns:
      the wrapped executor service