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) 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 backingThreadFactoryfor new threads created with this ThreadFactory.ThreadFactoryBuilder.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Sets theUncaughtExceptionHandlerfor new threads created with this ThreadFactory.