Interface ThreadFactoryTypeAware
- All Superinterfaces:
ThreadFactory
- All Known Implementing Classes:
CamelThreadFactory
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 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.
-