66 lines
1.7 KiB
YAML
66 lines
1.7 KiB
YAML
name: BeanstalkdTransport
|
|
class_comment: '# * @author Antonio Pauletich <antonio.pauletich95@gmail.com>'
|
|
dependencies:
|
|
- name: Envelope
|
|
type: class
|
|
source: Symfony\Component\Messenger\Envelope
|
|
- name: MessageCountAwareInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface
|
|
- name: PhpSerializer
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\Serialization\PhpSerializer
|
|
- name: SerializerInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
|
|
- name: TransportInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\TransportInterface
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: connection
|
|
- name: serializer
|
|
default: 'null'
|
|
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: getMessageCount
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: send
|
|
visibility: public
|
|
parameters:
|
|
- name: envelope
|
|
comment: null
|
|
- name: getReceiver
|
|
visibility: private
|
|
parameters: []
|
|
comment: null
|
|
- name: getSender
|
|
visibility: private
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Messenger\Envelope
|
|
- Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface
|
|
- Symfony\Component\Messenger\Transport\Serialization\PhpSerializer
|
|
- Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
|
|
- Symfony\Component\Messenger\Transport\TransportInterface
|
|
interfaces:
|
|
- TransportInterface
|