api/symfony/Component/Messenger/Bridge/Amqp/Tests/Fixtures/long_receiver.yaml

63 lines
2 KiB
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: long_receiver
class_comment: null
dependencies:
- name: EventDispatcher
type: class
source: Symfony\Component\EventDispatcher\EventDispatcher
- name: AmqpReceiver
type: class
source: Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpReceiver
- name: Connection
type: class
source: Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: DispatchPcntlSignalListener
type: class
source: Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener
- name: MessageBusInterface
type: class
source: Symfony\Component\Messenger\MessageBusInterface
- name: Serializer
type: class
source: Symfony\Component\Messenger\Transport\Serialization\Serializer
- name: Worker
type: class
source: Symfony\Component\Messenger\Worker
- name: SerializerComponent
type: class
source: Symfony\Component\Serializer
- name: JsonEncoder
type: class
source: Symfony\Component\Serializer\Encoder\JsonEncoder
- name: ArrayDenormalizer
type: class
source: Symfony\Component\Serializer\Normalizer\ArrayDenormalizer
- name: ObjectNormalizer
type: class
source: Symfony\Component\Serializer\Normalizer\ObjectNormalizer
properties: []
methods:
- name: dispatch
visibility: public
parameters:
- name: envelope
- name: stamps
default: '[]'
comment: null
traits:
- Symfony\Component\EventDispatcher\EventDispatcher
- Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpReceiver
- Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection
- Symfony\Component\Messenger\Envelope
- Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener
- Symfony\Component\Messenger\MessageBusInterface
- Symfony\Component\Messenger\Transport\Serialization\Serializer
- Symfony\Component\Messenger\Worker
- Symfony\Component\Serializer\Encoder\JsonEncoder
- Symfony\Component\Serializer\Normalizer\ArrayDenormalizer
- Symfony\Component\Serializer\Normalizer\ObjectNormalizer
interfaces:
- MessageBusInterface