api/symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceivedStamp.yaml

27 lines
630 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: AmqpReceivedStamp
class_comment: '# * Stamp applied when a message is received from Amqp.'
dependencies:
- name: NonSendableStampInterface
type: class
source: Symfony\Component\Messenger\Stamp\NonSendableStampInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: amqpEnvelope
- name: queueName
comment: null
- name: getAmqpEnvelope
visibility: public
parameters: []
comment: null
- name: getQueueName
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Messenger\Stamp\NonSendableStampInterface
interfaces:
- NonSendableStampInterface