Uses of Class
io.opentelemetry.api.internal.AutoValue_ImmutableSpanContext
-
Packages that use AutoValue_ImmutableSpanContext Package Description io.opentelemetry.api.internal Interfaces and implementations that are internal to OpenTelemetry. -
-
Uses of AutoValue_ImmutableSpanContext in io.opentelemetry.api.internal
Methods in io.opentelemetry.api.internal that return AutoValue_ImmutableSpanContext Modifier and Type Method Description private static AutoValue_ImmutableSpanContext
ImmutableSpanContext. createInternal(java.lang.String traceId, java.lang.String spanId, TraceFlags traceFlags, TraceState traceState, boolean remote, boolean valid)
-