-
- All Implemented Interfaces:
-
java.util.concurrent.ThreadFactory
public final class PriorityThreadFactory implements ThreadFactory
ThreadFactory that applies a priority to the threads it creates.
-
-
Constructor Summary
Constructors Constructor Description PriorityThreadFactory(Integer threadPriority, String prefix, Boolean addThreadNumber)PriorityThreadFactory(Integer threadPriority, String prefix)PriorityThreadFactory(Integer threadPriority)
-