-
- All Implemented Interfaces:
-
java.util.concurrent.ThreadFactory
public final class BackgroundThreadFactory implements ThreadFactory
Implementation of ThreadFactory that allows to specify priority of threads.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBackgroundThreadFactory.Companion
-
Constructor Summary
Constructors Constructor Description BackgroundThreadFactory(Integer threadPriority, String threadNamePrefix)BackgroundThreadFactory(Integer threadPriority)BackgroundThreadFactory()
-