| Implementation of the JSR-166 backport
edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory interface,
allowing for customizing the created threads (name, priority, etc).
See the base class
org.springframework.util.CustomizableThreadCreator for details on the available configuration options.
author: Juergen Hoeller since: 2.0.3 See Also: CustomizableThreadFactory.setThreadNamePrefix See Also: CustomizableThreadFactory.setThreadPriority |