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 © 2017 Amazon Web Services, Inc. All Rights Reserved.