Interface ThreadPoolExecutorFactory<T extends ExecutorService>

All Known Implementing Classes:
BlockingThreadPoolExecutorFactory, CachedThreadPoolExecutorFactory, ScheduledThreadPoolExecutorFactory

public interface ThreadPoolExecutorFactory<T extends ExecutorService>
Author:
Galder ZamarreƱo
  • Method Details

    • createExecutor

      T createExecutor(ThreadFactory factory)
    • validate

      void validate()
      Validate parameters for the thread pool executor factory
    • createsNonBlockingThreads

      default boolean createsNonBlockingThreads()