Package com.mongodb.internal.thread
Class DaemonThreadFactory
- java.lang.Object
-
- com.mongodb.internal.thread.DaemonThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
@Deprecated public class DaemonThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryDeprecated.Usage of this API is not supported in Cloud Service.Custom thread factory for scheduled executor service that creates daemon threads. Otherwise, applications that neglect to close the client will not exit.This class should not be considered a part of the public API.
-
-
Constructor Summary
Constructors Constructor Description DaemonThreadFactory(java.lang.String prefix)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable runnable)Deprecated.
-