INNER CODE UNIT · Java

makeCurrent

micrometer-metrics/tracing · micrometer-tracing/src/main/java/io/micrometer/tracing/Baggage.java:75

        public BaggageInScope makeCurrent(TraceContext traceContext, @Nullable String value) {
            return BaggageInScope.NOOP;
        }
    };

    /**
     * Sets the baggage value.
     * @param value to set
     * @return itself
     * @deprecated use {@link Baggage#makeCurrent(String)}
     */
    @Deprecated
    Baggage set(@Nullable String value);

    /**
     * Sets the baggage value for the given {@link TraceContext}.
     * @param traceContext context containing baggage
     * @param value to set

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…