76 lines
2 KiB
YAML
76 lines
2 KiB
YAML
name: RedisTransport
|
|
class_comment: '# * @author Alexander Schranz <alexander@sulu.io>
|
|
|
|
# * @author Antoine Bluchet <soyuka@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: SetupableTransportInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\SetupableTransportInterface
|
|
- 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: send
|
|
visibility: public
|
|
parameters:
|
|
- name: envelope
|
|
comment: null
|
|
- name: setup
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getMessageCount
|
|
visibility: public
|
|
parameters: []
|
|
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\SetupableTransportInterface
|
|
- Symfony\Component\Messenger\Transport\TransportInterface
|
|
interfaces:
|
|
- TransportInterface
|