public class NamedThreadFactory extends Object implements ThreadFactory
ThreadFactory that allows naming threads based on a format.| Constructor and Description | 
|---|
| NamedThreadFactory(ThreadFactory delegate,
                  String namePrefix) | 
public NamedThreadFactory(ThreadFactory delegate, String namePrefix)
public Thread newThread(Runnable runnable)
newThread in interface ThreadFactoryCopyright © 2023. All rights reserved.