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 Summary
Nested Classes Modifier and Type Class Description static class
ClientThreadFactory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientThreadFactory.Builder
builder()
Thread
newThread(Runnable runnable)
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThread
in interfaceThreadFactory
-
builder
public static ClientThreadFactory.Builder builder()
-
-