Interface ContextAwareExecutorService

All Superinterfaces:
AutoCloseable, Executor, ExecutorService

public interface ContextAwareExecutorService extends ExecutorService
An interface for wrapped executor services.
  • Method Details

    • unwrap

      ExecutorService unwrap()
      Unwrap the executor service.
      Returns:
      the instance that was used to create this wrapper.