Class GlobalThreadFactory

  • All Implemented Interfaces:
    ThreadFactory

    public class GlobalThreadFactory
    extends Object
    implements ThreadFactory
    Factory which names the threads uniquely. If threads stop the previous numbers will be reused.
    Author:
    Jens Wilke
    • Constructor Detail

      • GlobalThreadFactory

        public GlobalThreadFactory​(String threadNamePrefix)