MultiResponsePropagator
in package
implements
ResponsePropagatorInterface
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $responsePropagators : array<string|int, mixed>
Methods
- __construct() : mixed
- inject() : void
- Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.
Properties
$responsePropagators read-only
private
array<string|int, mixed>
$responsePropagators
Methods
__construct()
public
__construct(array<int, ResponsePropagatorInterface> $responsePropagators) : mixed
Parameters
- $responsePropagators : array<int, ResponsePropagatorInterface>
Tags
inject()
Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.
public
inject(mixed &$carrier[, PropagationSetterInterface|null $setter = null ][, ContextInterface|null $context = null ]) : void
Parameters
- $carrier : mixed
- $setter : PropagationSetterInterface|null = null
- $context : ContextInterface|null = null
Attributes
- #[Override]