Package io.scanbot.sdk.util.thread
Class BackgroundThreadFactory
-
- All Implemented Interfaces:
-
java.util.concurrent.ThreadFactory
public final class BackgroundThreadFactory implements ThreadFactory
Implementation of ThreadFactory that allows to specify priority of threads.
-
-
Constructor Summary
Constructors Constructor Description BackgroundThreadFactory(Integer threadPriority, String threadNamePrefix)
BackgroundThreadFactory(Integer threadPriority)
BackgroundThreadFactory()
-