Package io.opentelemetry.context.propagation


@ParametersAreNonnullByDefault package io.opentelemetry.context.propagation
Interfaces for defining ContextPropagators for allowing context propagation across process boundaries, for example when sending context to a remote server.
  • Interfaces
    Class
    Description
    A container of the registered propagators for every supported format.
    Interface that allows a TextMapPropagator to read propagated fields from a carrier.
    Injects and extracts a value as text into carriers that travel in-band across process boundaries.
    Class that allows a TextMapPropagator to set propagated fields into a carrier.