TransportLocator implements SendersLocatorInterface
A locator that returns the senders for a given message.
Table of Contents
Interfaces
- SendersLocatorInterface
Methods
- __construct() : mixed
- getSenders() : iterable<string|int, mixed>
Methods
__construct()
public
__construct(ContainerInterface $sendersLocator) : mixed
Parameters
- $sendersLocator : ContainerInterface
getSenders()
public
getSenders(Envelope $envelope) : iterable<string|int, mixed>
Parameters
- $envelope : Envelope