Class ProcessingThreadFactory
- java.lang.Object
-
- com.github.toolarium.processing.engine.impl.util.ProcessingThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public final class ProcessingThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryDefines the processing thread factory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessingThreadFactorygetInstance()Get the instancejava.lang.ThreadnewThread(java.lang.Runnable r)
-
-
-
Method Detail
-
getInstance
public static ProcessingThreadFactory getInstance()
Get the instance- Returns:
- the instance
-
newThread
public java.lang.Thread newThread(java.lang.Runnable r)
- Specified by:
newThreadin interfacejava.util.concurrent.ThreadFactory- See Also:
ThreadFactory.newThread(java.lang.Runnable)
-
-