Uses of Class
org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of BasicThreadFactory.Builder in org.apache.commons.lang3.concurrent
Modifier and TypeMethodDescriptionBasicThreadFactory.Builder.daemon
(boolean daemon) Sets the daemon flag for the newBasicThreadFactory
.BasicThreadFactory.Builder.namingPattern
(String namingPattern) Sets the naming pattern to be used by the newBasicThreadFactory
.BasicThreadFactory.Builder.priority
(int priority) Sets the priority for the threads created by the newBasicThreadFactory
.BasicThreadFactory.Builder.uncaughtExceptionHandler
(Thread.UncaughtExceptionHandler exceptionHandler) Sets the uncaught exception handler for the threads created by the newBasicThreadFactory
.BasicThreadFactory.Builder.wrappedFactory
(ThreadFactory factory) Sets theThreadFactory
to be wrapped by the newBasicThreadFactory
.