
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 polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
/*
* 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