name: HandlersLocatorInterface class_comment: null dependencies: - name: Envelope type: class source: Symfony\Component\Messenger\Envelope properties: [] methods: - name: getHandlers visibility: public parameters: - name: envelope comment: '# * Maps a message to a list of handlers. # * # * @author Nicolas Grekas # */ # interface HandlersLocatorInterface # { # /** # * Returns the handlers for the given message name. # * # * @return iterable' traits: - Symfony\Component\Messenger\Envelope interfaces: []