56 lines
1.4 KiB
YAML
56 lines
1.4 KiB
YAML
name: SchedulerTransport
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Envelope
|
|
type: class
|
|
source: Symfony\Component\Messenger\Envelope
|
|
- name: RedispatchMessage
|
|
type: class
|
|
source: Symfony\Component\Messenger\Message\RedispatchMessage
|
|
- name: TransportInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\TransportInterface
|
|
- name: LogicException
|
|
type: class
|
|
source: Symfony\Component\Scheduler\Exception\LogicException
|
|
- name: MessageGeneratorInterface
|
|
type: class
|
|
source: Symfony\Component\Scheduler\Generator\MessageGeneratorInterface
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: messageGenerator
|
|
comment: null
|
|
- name: get
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: ack
|
|
visibility: public
|
|
parameters:
|
|
- name: envelope
|
|
comment: null
|
|
- name: reject
|
|
visibility: public
|
|
parameters:
|
|
- name: envelope
|
|
comment: null
|
|
- name: send
|
|
visibility: public
|
|
parameters:
|
|
- name: envelope
|
|
comment: null
|
|
- name: getMessageGenerator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Messenger\Envelope
|
|
- Symfony\Component\Messenger\Message\RedispatchMessage
|
|
- Symfony\Component\Messenger\Transport\TransportInterface
|
|
- Symfony\Component\Scheduler\Exception\LogicException
|
|
- Symfony\Component\Scheduler\Generator\MessageGeneratorInterface
|
|
interfaces:
|
|
- TransportInterface
|