Package org.apache.batchee.extras.async
Class AsynchronousItemProcessor.DaemonThreadFactory
- java.lang.Object
-
- org.apache.batchee.extras.async.AsynchronousItemProcessor.DaemonThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
- AsynchronousItemProcessor
public static class AsynchronousItemProcessor.DaemonThreadFactory extends Object implements ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description DaemonThreadFactory()
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThread
in interfaceThreadFactory
-
-