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

15 lines
463 B
YAML

name: TransportInterface
class_comment: null
dependencies:
- name: ReceiverInterface
type: class
source: Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
- name: SenderInterface
type: class
source: Symfony\Component\Messenger\Transport\Sender\SenderInterface
properties: []
methods: []
traits:
- Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
- Symfony\Component\Messenger\Transport\Sender\SenderInterface
interfaces: []