Uses of Class
dk.cloudcreate.essentials.shared.concurrent.ThreadFactoryBuilder
-
Packages that use ThreadFactoryBuilder Package Description dk.cloudcreate.essentials.shared.concurrent -
-
Uses of ThreadFactoryBuilder in dk.cloudcreate.essentials.shared.concurrent
Methods in dk.cloudcreate.essentials.shared.concurrent that return ThreadFactoryBuilder Modifier and Type Method Description static ThreadFactoryBuilderThreadFactoryBuilder. builder()Create a new builderThreadFactoryBuilderThreadFactoryBuilder. daemon(boolean daemon)Set if theThread's created by the resultingThreadFactoryare daemon threadsThreadFactoryBuilderThreadFactoryBuilder. delegateThreadFactory(ThreadFactory delegateThreadFactory)Set theThreadFactorythat will generate newThread's.ThreadFactoryBuilderThreadFactoryBuilder. nameFormat(String nameFormat)Set the name format for generated thread names.ThreadFactoryBuilderThreadFactoryBuilder. priority(int priority)Set the priority of theThread's generated by the resultingThreadFactoryThreadFactoryBuilderThreadFactoryBuilder. uncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)Set theThread.UncaughtExceptionHandlerfor theThread's created by the resultingThreadFactoryare daemon threads
-