Class ThreadFactoryUtil
java.lang.Object
io.micronaut.kubernetes.client.openapi.util.ThreadFactoryUtil
Thread factory utility methods.
-
Method Summary
Modifier and TypeMethodDescriptiongetNamedThreadFactory
(String format) Returns a thread factory which creates threads with custom names created from given name format.
-
Method Details
-
getNamedThreadFactory
Returns a thread factory which creates threads with custom names created from given name format.- Parameters:
format
- the name format- Returns:
- thread factory
-