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()
UnwrapDisableInheritableThreadFactory
to the original/underneath one.Methods inherited from interface java.util.concurrent.ThreadFactory
newThread
-
Method Details
-
unwrap
UnwrapDisableInheritableThreadFactory
to the original/underneath one.- Specified by:
unwrap
in interfaceTtlWrapper<ThreadFactory>
- See Also:
-