Package com.oracle.bmc.internal
Class ClientThreadFactory
- java.lang.Object
- 
- com.oracle.bmc.internal.ClientThreadFactory
 
- 
- All Implemented Interfaces:
- ThreadFactory
 
 public class ClientThreadFactory extends Object implements ThreadFactory A thread factory for use in clients.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classClientThreadFactory.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientThreadFactory.Builderbuilder()ThreadnewThread(Runnable runnable)
 
- 
- 
- 
Method Detail- 
newThreadpublic Thread newThread(Runnable runnable) - Specified by:
- newThreadin interface- ThreadFactory
 
 - 
builderpublic static ClientThreadFactory.Builder builder() 
 
- 
 
-