Class TracingIdUtils
java.lang.Object
io.servicetalk.opentracing.internal.TracingIdUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the ID as provided or"null"if the ID wasnull.
-
Method Details
-
idOrNullAsValue
Returns the ID as provided or"null"if the ID wasnull.- Parameters:
id- The ID to be evaluated.- Returns:
- ID or
"null".
-