api/symfony/Component/Messenger/MessageBusInterface.yaml

44 lines
888 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: MessageBusInterface
class_comment: null
dependencies:
- name: ExceptionInterface
type: class
source: Symfony\Component\Messenger\Exception\ExceptionInterface
- name: StampInterface
type: class
source: Symfony\Component\Messenger\Stamp\StampInterface
properties: []
methods:
- name: dispatch
visibility: public
parameters:
- name: message
- name: stamps
default: '[]'
comment: '# * @author Samuel Roze <samuel.roze@gmail.com>
# */
# interface MessageBusInterface
# {
# /**
# * Dispatches the given message.
# *
# * @param object|Envelope $message The message or the message pre-wrapped in
an envelope
# * @param StampInterface[] $stamps
# *
# * @throws ExceptionInterface'
traits:
- Symfony\Component\Messenger\Exception\ExceptionInterface
- Symfony\Component\Messenger\Stamp\StampInterface
interfaces: []