Package com.alibaba.ttl.threadpool
Interface DisableInheritableThreadFactory
- All Superinterfaces:
 ThreadFactory,TtlEnhanced,TtlWrapper<ThreadFactory>
Disable inheritable 
ThreadFactory.- Since:
 - 2.10.0
 - Author:
 - Jerry Lee (oldratlee at gmail dot com)
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionunwrap()UnwrapDisableInheritableThreadFactoryto the original/underneath one.Methods inherited from interface java.util.concurrent.ThreadFactory
newThread 
- 
Method Details
- 
unwrap
UnwrapDisableInheritableThreadFactoryto the original/underneath one.- Specified by:
 unwrapin interfaceTtlWrapper<ThreadFactory>- See Also:
 
 
 -