Uses of Class
software.amazon.awssdk.utils.ThreadFactoryBuilder
Packages that use ThreadFactoryBuilder
-
Uses of ThreadFactoryBuilder in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return ThreadFactoryBuilderModifier and TypeMethodDescriptionThreadFactoryBuilder.daemonThreads(Boolean daemonThreads) Whether the threads created by the factory should be daemon threads.ThreadFactoryBuilder.threadNamePrefix(String threadNamePrefix) The name prefix for threads created by this thread factory.