Class CustomizableThreadFactory

    • Constructor Detail

      • CustomizableThreadFactory

        public CustomizableThreadFactory()
        Create a new CustomizableThreadFactory with default thread name prefix.
      • CustomizableThreadFactory

        public CustomizableThreadFactory​(String threadNamePrefix)
        Create a new CustomizableThreadFactory with the given thread name prefix.
        Parameters:
        threadNamePrefix - the prefix to use for the names of newly created threads