67 lines
1.9 KiB
YAML
67 lines
1.9 KiB
YAML
|
name: BeanstalkdReceiver
|
||
|
class_comment: '# * @author Antonio Pauletich <antonio.pauletich95@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: Envelope
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Envelope
|
||
|
- name: LogicException
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Exception\LogicException
|
||
|
- name: MessageDecodingFailedException
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Exception\MessageDecodingFailedException
|
||
|
- name: MessageCountAwareInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface
|
||
|
- name: ReceiverInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
|
||
|
- name: PhpSerializer
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Transport\Serialization\PhpSerializer
|
||
|
- name: SerializerInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
|
||
|
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: findBeanstalkdReceivedStamp
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: envelope
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Messenger\Envelope
|
||
|
- Symfony\Component\Messenger\Exception\LogicException
|
||
|
- Symfony\Component\Messenger\Exception\MessageDecodingFailedException
|
||
|
- Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface
|
||
|
- Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
|
||
|
- Symfony\Component\Messenger\Transport\Serialization\PhpSerializer
|
||
|
- Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
|
||
|
interfaces:
|
||
|
- ReceiverInterface
|