Class ThreadUtils


  • @Internal
    public class ThreadUtils
    extends Object
    Utils for thread pool executor.
    • Constructor Detail

      • ThreadUtils

        public ThreadUtils()
    • Method Detail

      • newThreadPool

        public static ThreadPoolExecutor newThreadPool​(int poolSize,
                                                       int poolQueueSize,
                                                       long keepAliveMs,
                                                       String threadPoolName)