Skip navigation links

Package brown.tracingplane.impl

Implementations of BaggageContext at several different points in the Tracing Plane.

See: Description

Package brown.tracingplane.impl Description

Implementations of BaggageContext at several different points in the Tracing Plane.

AtomContext is the most lightweight atom-based context, which provides no accessor or convenience methods for manipulating data. AtomContext is purely for propagation (e.g., forwarding baggage contexts that you received from other network calls).

NestedBaggageContext extends the Atom Context and implements the Baggage Protocol, which gives nested data structures.

BDLContext is the full-featured baggage context, which provides interpretations for different data types using atoms.

Skip navigation links