Interface ThreadFactoryProvider

  • All Known Implementing Classes:
    DefaultThreadFactoryProvider

    public interface ThreadFactoryProvider
    Provider interface for a thread factory. This makes it possible to change the thread factory via the TunableConstants.
    Author:
    Jens Wilke; created: 2014-06-10
    • Method Detail

      • newThreadFactory

        ThreadFactory newThreadFactory​(String namePrefix)
        Construct a new thread factory for the pool.