Overrides TextMapPropagatorInterface::extract
public function extract($carrier, ?PropagationGetterInterface $getter = null, ?ContextInterface $context = null) : ContextInterface { if (!$this->propagator instanceof TextMapPropagatorInterface) { $this->propagator = ($this->propagator)(); } return $this->propagator ->extract($carrier, $getter, $context); }