| java.lang.Object | ||
| ↳ | org.springframework.util.CustomizableThreadCreator | |
| ↳ | org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory | |
Known Direct Subclasses
|
Implementation of the JSR-166 backport edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
See the base class CustomizableThreadCreator
for details on the available configuration options.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new CustomizableThreadFactory with default thread name prefix.
| |||||||||||
Create a new CustomizableThreadFactory with the given thread name prefix.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.util.CustomizableThreadCreator
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new CustomizableThreadFactory with default thread name prefix.
Create a new CustomizableThreadFactory with the given thread name prefix.
| threadNamePrefix | the prefix to use for the names of newly created threads |
|---|