Uses of Class
jodd.util.ThreadFactoryBuilder
Packages that use ThreadFactoryBuilder
-
Uses of ThreadFactoryBuilder in jodd.util
Methods in jodd.util that return ThreadFactoryBuilderModifier and TypeMethodDescriptionstatic ThreadFactoryBuilderThreadFactoryBuilder.create()Returns newThreadFactorybuilder.ThreadFactoryBuilder.withBackingThreadFactory(ThreadFactory backingThreadFactory) Sets the backingThreadFactoryfor new threads.ThreadFactoryBuilder.withDaemon(boolean daemon) Sets if new threads will be daemon.ThreadFactoryBuilder.withNameFormat(String nameFormat) Sets the printf-compatible naming format for threads.ThreadFactoryBuilder.withPriority(int priority) Sets the threads priority.ThreadFactoryBuilder.withUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Sets theUncaughtExceptionHandlerfor new threads created.Methods in jodd.util with parameters of type ThreadFactoryBuilderModifier and TypeMethodDescriptionprivate static ThreadFactoryThreadFactoryBuilder.get(ThreadFactoryBuilder builder)