Uses of Class
jodd.util.ThreadFactoryBuilder
-
Packages that use ThreadFactoryBuilder Package Description jodd.util Huge set of various utilities. -
-
Uses of ThreadFactoryBuilder in jodd.util
Methods in jodd.util that return ThreadFactoryBuilder Modifier and Type Method Description static ThreadFactoryBuilderThreadFactoryBuilder. create()Returns newThreadFactorybuilder.ThreadFactoryBuilderThreadFactoryBuilder. withBackingThreadFactory(java.util.concurrent.ThreadFactory backingThreadFactory)Sets the backingThreadFactoryfor new threads.ThreadFactoryBuilderThreadFactoryBuilder. withDaemon(boolean daemon)Sets if new threads will be daemon.ThreadFactoryBuilderThreadFactoryBuilder. withNameFormat(java.lang.String nameFormat)Sets the printf-compatible naming format for threads.ThreadFactoryBuilderThreadFactoryBuilder. withPriority(int priority)Sets the threads priority.ThreadFactoryBuilderThreadFactoryBuilder. withUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)Sets theUncaughtExceptionHandlerfor new threads created.Methods in jodd.util with parameters of type ThreadFactoryBuilder Modifier and Type Method Description private static java.util.concurrent.ThreadFactoryThreadFactoryBuilder. get(ThreadFactoryBuilder builder)
-