api/symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceivedStamp.yaml
2024-09-26 02:03:21 -07:00

26 lines
612 B
YAML

name: BeanstalkdReceivedStamp
class_comment: '# * @author Antonio Pauletich <antonio.pauletich95@gmail.com>'
dependencies:
- name: NonSendableStampInterface
type: class
source: Symfony\Component\Messenger\Stamp\NonSendableStampInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: id
- name: tube
comment: null
- name: getId
visibility: public
parameters: []
comment: null
- name: getTube
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Messenger\Stamp\NonSendableStampInterface
interfaces:
- NonSendableStampInterface