api/symfony/Component/Messenger/Transport/Sender/SendersLocatorInterface.yaml
2024-09-26 02:03:21 -07:00

36 lines
691 B
YAML

name: SendersLocatorInterface
class_comment: null
dependencies:
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
properties: []
methods:
- name: getSenders
visibility: public
parameters:
- name: envelope
comment: '# * Maps a message to a list of senders.
# *
# * @author Samuel Roze <samuel.roze@gmail.com>
# * @author Tobias Schultze <http://tobion.de>
# */
# interface SendersLocatorInterface
# {
# /**
# * Gets the senders for the given message name.
# *
# * @return iterable<string, SenderInterface> Indexed by sender alias if available'
traits:
- Symfony\Component\Messenger\Envelope
interfaces: []