platform/api/symfony/Component/Messenger/Middleware/AddBusNameStampMiddleware.yaml

32 lines
673 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: AddBusNameStampMiddleware
class_comment: '# * Adds the BusNameStamp to the bus.
# *
# * @author Ryan Weaver <ryan@symfonycasts.com>'
dependencies:
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: BusNameStamp
type: class
source: Symfony\Component\Messenger\Stamp\BusNameStamp
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: busName
comment: null
- name: handle
visibility: public
parameters:
- name: envelope
- name: stack
comment: null
traits:
- Symfony\Component\Messenger\Envelope
- Symfony\Component\Messenger\Stamp\BusNameStamp
interfaces:
- MiddlewareInterface