Package 

Class PriorityThreadFactory

  • All Implemented Interfaces:
    java.util.concurrent.ThreadFactory

    
    public final class PriorityThreadFactory
     implements ThreadFactory
                        

    ThreadFactory that applies a priority to the threads it creates.

    • Constructor Detail

      • PriorityThreadFactory

        PriorityThreadFactory(Integer threadPriority, String prefix, Boolean addThreadNumber)
      • PriorityThreadFactory

        PriorityThreadFactory(Integer threadPriority, String prefix)
      • PriorityThreadFactory

        PriorityThreadFactory(Integer threadPriority)