api/symfony/Component/Messenger/Stamp/DelayStamp.yaml
2024-09-26 02:03:21 -07:00

37 lines
659 B
YAML

name: DelayStamp
class_comment: null
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: delay
comment: '# * Apply this stamp to delay delivery of your message on a transport.
# */
# final class DelayStamp implements StampInterface
# {
# /**
# * @param int $delay The delay in milliseconds'
- name: getDelay
visibility: public
parameters: []
comment: null
- name: delayFor
visibility: public
parameters:
- name: interval
comment: null
- name: delayUntil
visibility: public
parameters:
- name: dateTime
comment: null
traits: []
interfaces:
- StampInterface