public final class ExecutorThreadFactoryBuilder extends Object
| Constructor and Description |
|---|
ExecutorThreadFactoryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ThreadFactory |
build()
Build default thread factory.
|
static ThreadFactory |
build(String nameFormat)
Build thread factory with thread name format.
|
public static ThreadFactory build()
public static ThreadFactory build(String nameFormat)
nameFormat - thread name formatCopyright © 2022 The Apache Software Foundation. All rights reserved.