Package org.apache.camel.util.concurrent
Interface ThreadFactoryTypeAware
- All Superinterfaces:
ThreadFactory
The interface indicating whether the created threads are virtual or not.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the created threads are virtual.Methods inherited from interface java.util.concurrent.ThreadFactory
newThread
-
Method Details
-
isVirtual
boolean isVirtual()Indicates whether the created threads are virtual.- Returns:
trueif the created threads are virtual,falseif they are platform threads.
-