![JAR search and dependency download from the Maven repository](/logo.png)
io.opentelemetry.context.propagation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-context Show documentation
Show all versions of opentelemetry-context Show documentation
OpenTelemetry Context (Incubator)
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Interfaces for defining {@link io.opentelemetry.context.propagation.ContextPropagators} for
* allowing context propagation across process boundaries, for example when sending context to a
* remote server.
*/
@ParametersAreNonnullByDefault
package io.opentelemetry.context.propagation;
import javax.annotation.ParametersAreNonnullByDefault;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy