Interface TextMapGetter<Carrier>
Methods
get
- get(carrier: Carrier, key: string): undefined | string | string[]
Parameters
carrier: Carrier
key: string
Returns undefined | string | string[]
keys
- keys(carrier: Carrier): string[]
Parameters
Returns string[]
A getter is specified by the caller to define a specific method to get the value of a key from a carrier.
1.0.0