74 lines
2.2 KiB
YAML
74 lines
2.2 KiB
YAML
name: AmazonSqsReceiver
|
|
class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>"
|
|
dependencies:
|
|
- name: HttpException
|
|
type: class
|
|
source: AsyncAws\Core\Exception\Http\HttpException
|
|
- 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: 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: findSqsReceivedStamp
|
|
visibility: private
|
|
parameters:
|
|
- name: envelope
|
|
comment: null
|
|
traits:
|
|
- AsyncAws\Core\Exception\Http\HttpException
|
|
- Symfony\Component\Messenger\Envelope
|
|
- Symfony\Component\Messenger\Exception\LogicException
|
|
- Symfony\Component\Messenger\Exception\MessageDecodingFailedException
|
|
- Symfony\Component\Messenger\Exception\TransportException
|
|
- 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
|