Class BatcheeThreadFactory
- java.lang.Object
-
- org.apache.batchee.container.services.executor.BatcheeThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class BatcheeThreadFactory extends Object implements ThreadFactory
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadFactory
INSTANCE
-
Constructor Summary
Constructors Constructor Description BatcheeThreadFactory()
-
-
-
Field Detail
-
INSTANCE
public static final ThreadFactory INSTANCE
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
-