类 NamedThreadFactory
java.lang.Object
com.github.codeboyzhou.mcp.declarative.common.NamedThreadFactory
- 所有已实现的接口:
ThreadFactory
A thread factory that creates threads with a specified name prefix.
- 作者:
- codeboyzhou
-
构造器概要
构造器构造器说明NamedThreadFactory(String namePrefix) Creates a new instance ofNamedThreadFactorywith the specified name prefix. -
方法概要
-
构造器详细资料
-
NamedThreadFactory
Creates a new instance ofNamedThreadFactorywith the specified name prefix.- 参数:
namePrefix- the name prefix for threads created by this factory
-
-
方法详细资料
-
newThread
- 指定者:
newThread在接口中ThreadFactory
-