Interface ThreadProvider
-
public interface ThreadProvider
The thread provider, used to customize thread groups and names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadFactory
createThreadFactory(String prefix)
String
createThreadName(String prefix, int threadNumber)
-
-
-
Method Detail
-
createThreadFactory
ThreadFactory createThreadFactory(String prefix)
-
-