Uses of Class
dev.mccue.guava.concurrent.ThreadFactoryBuilder
-
Uses of ThreadFactoryBuilder in dev.mccue.guava.concurrent
Methods in dev.mccue.guava.concurrent that return ThreadFactoryBuilderModifier and TypeMethodDescriptionThreadFactoryBuilder.setDaemon
(boolean daemon) Sets daemon or not for new threads created with this ThreadFactory.ThreadFactoryBuilder.setNameFormat
(String nameFormat) Sets the naming format to use when naming threads (Thread.setName(java.lang.String)
) which are created with this ThreadFactory.ThreadFactoryBuilder.setPriority
(int priority) Sets the priority for new threads created with this ThreadFactory.ThreadFactoryBuilder.setThreadFactory
(ThreadFactory backingThreadFactory) Sets the backingThreadFactory
for new threads created with this ThreadFactory.ThreadFactoryBuilder.setUncaughtExceptionHandler
(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Sets theThread.UncaughtExceptionHandler
for new threads created with this ThreadFactory.