Package io.atomix.utils.concurrent
Class AtomixThreadFactory
- java.lang.Object
-
- io.atomix.utils.concurrent.AtomixThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class AtomixThreadFactory extends Object implements ThreadFactory
Named thread factory.- Author:
- Jordan Halterman
-
-
Constructor Summary
Constructors Constructor Description AtomixThreadFactory()
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThreadin interfaceThreadFactory
-
-