ContextPropagator
in
Tags
Table of Contents
Methods
Methods
extract()
public
extract(array<string, string> $carrier[, Context|null $context = null ]) : Context
Parameters
- $carrier : array<string, string>
- $context : Context|null = null
Return values
Contextinject()
public
inject(Context $context, array<string, string> &$carrier) : void
Parameters
- $context : Context
- $carrier : array<string, string>