Interface DelegatingExecutor

All Superinterfaces:
Executor
All Known Subinterfaces:
DelegatingExecutorService, DelegatingScheduledExecutorService
All Known Implementing Classes:
AbstractDelegatingExecutor, AbstractDelegatingExecutorService, BatchTaskExecutorService, DelegatingSecurityContextExecutorService, DelegatingThreadContextExecutor, DelegatingThreadContextExecutorService, DelegatingThreadContextScheduledExecutorService

public interface DelegatingExecutor extends Executor
An interface for Executor that delegate to another Executor.
Author:
poirigui
  • Method Summary

    Modifier and Type
    Method
    Description
    The executor this is delegating for.

    Methods inherited from interface java.util.concurrent.Executor

    execute
  • Method Details

    • getDelegate

      Executor getDelegate()
      The executor this is delegating for.