Package software.amazon.awssdk.utils
Class DaemonThreadFactory
java.lang.Object
software.amazon.awssdk.utils.DaemonThreadFactory
- All Implemented Interfaces:
 ThreadFactory
An decorator for 
ThreadFactory that sets all threads it creates to be daemon threads.- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
DaemonThreadFactory
 
 - 
 - 
Method Details
- 
newThread
- Specified by:
 newThreadin interfaceThreadFactory
 
 -