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 # * @author Tobias Schultze # */ # interface SendersLocatorInterface # { # /** # * Gets the senders for the given message name. # * # * @return iterable Indexed by sender alias if available' traits: - Symfony\Component\Messenger\Envelope interfaces: []