platform/api/symfony/Component/Messenger/Command/FailedMessagesShowCommand.yaml
2024-09-02 10:44:11 -07:00

84 lines
2.3 KiB
YAML

name: FailedMessagesShowCommand
class_comment: null
dependencies:
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
- name: RuntimeException
type: class
source: Symfony\Component\Console\Exception\RuntimeException
- name: InputArgument
type: class
source: Symfony\Component\Console\Input\InputArgument
- name: InputInterface
type: class
source: Symfony\Component\Console\Input\InputInterface
- name: InputOption
type: class
source: Symfony\Component\Console\Input\InputOption
- name: ConsoleOutputInterface
type: class
source: Symfony\Component\Console\Output\ConsoleOutputInterface
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: SymfonyStyle
type: class
source: Symfony\Component\Console\Style\SymfonyStyle
- name: ErrorDetailsStamp
type: class
source: Symfony\Component\Messenger\Stamp\ErrorDetailsStamp
- name: RedeliveryStamp
type: class
source: Symfony\Component\Messenger\Stamp\RedeliveryStamp
- name: ListableReceiverInterface
type: class
source: Symfony\Component\Messenger\Transport\Receiver\ListableReceiverInterface
properties: []
methods:
- name: configure
visibility: protected
parameters: []
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
- name: listMessages
visibility: private
parameters:
- name: failedTransportName
- name: io
- name: max
- name: classFilter
default: 'null'
comment: null
- name: listMessagesPerClass
visibility: private
parameters:
- name: failedTransportName
- name: io
- name: max
comment: null
- name: showMessage
visibility: private
parameters:
- name: failedTransportName
- name: id
- name: io
comment: null
traits:
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Exception\RuntimeException
- Symfony\Component\Console\Input\InputArgument
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Input\InputOption
- Symfony\Component\Console\Output\ConsoleOutputInterface
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Style\SymfonyStyle
- Symfony\Component\Messenger\Stamp\ErrorDetailsStamp
- Symfony\Component\Messenger\Stamp\RedeliveryStamp
- Symfony\Component\Messenger\Transport\Receiver\ListableReceiverInterface
interfaces: []