类 NamedThreadFactory

java.lang.Object
com.github.codeboyzhou.mcp.declarative.common.NamedThreadFactory
所有已实现的接口:
ThreadFactory

public final class NamedThreadFactory extends Object implements ThreadFactory
A thread factory that creates threads with a specified name prefix.
作者:
codeboyzhou
  • 构造器详细资料

    • NamedThreadFactory

      public NamedThreadFactory(String namePrefix)
      Creates a new instance of NamedThreadFactory with the specified name prefix.
      参数:
      namePrefix - the name prefix for threads created by this factory
  • 方法详细资料