102 lines
2.9 KiB
YAML
102 lines
2.9 KiB
YAML
name: DoctrineReceiver
|
|
class_comment: '# * @author Vincent Touzet <vincent.touzet@gmail.com>'
|
|
dependencies:
|
|
- name: DBALException
|
|
type: class
|
|
source: Doctrine\DBAL\Exception
|
|
- name: RetryableException
|
|
type: class
|
|
source: Doctrine\DBAL\Exception\RetryableException
|
|
- 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: TransportException
|
|
type: class
|
|
source: Symfony\Component\Messenger\Exception\TransportException
|
|
- name: TransportMessageIdStamp
|
|
type: class
|
|
source: Symfony\Component\Messenger\Stamp\TransportMessageIdStamp
|
|
- name: ListableReceiverInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\Receiver\ListableReceiverInterface
|
|
- 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
|
|
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: all
|
|
visibility: public
|
|
parameters:
|
|
- name: limit
|
|
default: 'null'
|
|
comment: null
|
|
- name: find
|
|
visibility: public
|
|
parameters:
|
|
- name: id
|
|
comment: null
|
|
- name: findDoctrineReceivedStamp
|
|
visibility: private
|
|
parameters:
|
|
- name: envelope
|
|
comment: null
|
|
- name: createEnvelopeFromData
|
|
visibility: private
|
|
parameters:
|
|
- name: data
|
|
comment: null
|
|
- name: withRetryableExceptionRetry
|
|
visibility: private
|
|
parameters:
|
|
- name: callable
|
|
comment: null
|
|
traits:
|
|
- Doctrine\DBAL\Exception\RetryableException
|
|
- Symfony\Component\Messenger\Envelope
|
|
- Symfony\Component\Messenger\Exception\LogicException
|
|
- Symfony\Component\Messenger\Exception\MessageDecodingFailedException
|
|
- Symfony\Component\Messenger\Exception\TransportException
|
|
- Symfony\Component\Messenger\Stamp\TransportMessageIdStamp
|
|
- Symfony\Component\Messenger\Transport\Receiver\ListableReceiverInterface
|
|
- Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface
|
|
- Symfony\Component\Messenger\Transport\Serialization\PhpSerializer
|
|
- Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
|
|
interfaces:
|
|
- ListableReceiverInterface
|