platform/api/symfony/Component/Messenger/Handler/HandlersLocatorInterface.yaml
2024-09-02 10:44:11 -07:00

34 lines
604 B
YAML

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: []