api/symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceivedStamp.yaml

22 lines
510 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: RedisReceivedStamp
class_comment: '# * @author Alexander Schranz <alexander@sulu.io>'
dependencies:
- name: NonSendableStampInterface
type: class
source: Symfony\Component\Messenger\Stamp\NonSendableStampInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: id
comment: null
- name: getId
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Messenger\Stamp\NonSendableStampInterface
interfaces:
- NonSendableStampInterface