-
- All Implemented Interfaces:
-
java.util.concurrent.ThreadFactory
public class NamedThreadFactory implements ThreadFactory
ThreadFactory that adds Batch's name to the created thread. No further configuration is changed.
-
-
Constructor Summary
Constructors Constructor Description NamedThreadFactory()NamedThreadFactory(String suffix)
-