Class TracingIdUtils

java.lang.Object
io.servicetalk.opentracing.internal.TracingIdUtils

public final class TracingIdUtils extends Object
  • Method Details

    • idOrNullAsValue

      public static String idOrNullAsValue(@Nullable String id)
      Returns the ID as provided or "null" if the ID was null.
      Parameters:
      id - The ID to be evaluated.
      Returns:
      ID or "null".