Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextMapGetter<Carrier>

A getter is specified by the caller to define a specific method to get the value of a key from a carrier.

Type Parameters

  • Carrier = any

Hierarchy

  • TextMapGetter

Index

Methods

Methods

  • get(carrier: Carrier, key: string): undefined | string | string[]
  • keys(carrier: Carrier): string[]

Generated using TypeDoc