Class BasicThreadFactory.Builder

java.lang.Object
org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder
All Implemented Interfaces:
Builder<BasicThreadFactory>
Enclosing class:
BasicThreadFactory

public static class BasicThreadFactory.Builder extends Object implements Builder<BasicThreadFactory>
A builder class for creating instances of BasicThreadFactory.

Using this builder class instances of BasicThreadFactory can be created and initialized. The class provides methods that correspond to the configuration options supported by BasicThreadFactory. Method chaining is supported. Refer to the documentation of BasicThreadFactory for a usage example.