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 <p@tchwork.com>

    # */

    # interface HandlersLocatorInterface

    # {

    # /**

    # * Returns the handlers for the given message name.

    # *

    # * @return iterable<int, HandlerDescriptor>'
traits:
- Symfony\Component\Messenger\Envelope
interfaces: []