Interface ThreadPool

All Known Subinterfaces:
ScheduledThreadPool
All Known Implementing Classes:
FixedThreadPoolWrapper, FlexibleThreadPoolWrapper, ScheduledThreadPoolWrapper

public interface ThreadPool
Interface representing thread pool.
  • Method Details

    • getExecutor

      ExecutorService getExecutor()
    • getMaxThreadCount

      int getMaxThreadCount()