platform/api/symfony/Component/Messenger/Transport/Receiver/QueueReceiverInterface.yaml

41 lines
755 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: QueueReceiverInterface
class_comment: null
dependencies:
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
properties: []
methods:
- name: getFromQueues
visibility: public
parameters:
- name: queueNames
comment: '# * Some transports may have multiple queues. This interface is used to
read from only some queues.
# *
# * @author David Buchmann <mail@davidbu.ch>
# */
# interface QueueReceiverInterface extends ReceiverInterface
# {
# /**
# * Get messages from the specified queue names instead of consuming from all
queues.
# *
# * @param string[] $queueNames
# *
# * @return Envelope[]'
traits:
- Symfony\Component\Messenger\Envelope
interfaces: []