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