Interface ThreadPoolExecutorFactory<T extends ExecutorService>

All Known Implementing Classes:
AbstractThreadPoolExecutorFactory, BlockingThreadPoolExecutorFactory, CachedThreadPoolExecutorFactory, EnhancedQueueExecutorFactory, NonBlockingThreadPoolExecutorFactory, 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()