get abstract method

String? get(
  1. C carrier,
  2. String key
)

Returns the first value of the given propagation key or returns null.

Implementation

String? get(C carrier, String key);