Interface ThreadFactoryProvider

    • Method Detail

      • getThreadFactory

        ThreadFactory getThreadFactory​(String poolName)
        Return a ThreadFactory for the given poolName.
        Parameters:
        poolName - a descriptive pool name. Typically used as prefix for thread names.
        Returns:
        the ThreadFactory.