name: AbstractFailedMessagesCommand class_comment: null dependencies: - name: Command type: class source: Symfony\Component\Console\Command\Command - name: CompletionInput type: class source: Symfony\Component\Console\Completion\CompletionInput - name: CompletionSuggestions type: class source: Symfony\Component\Console\Completion\CompletionSuggestions - name: Dumper type: class source: Symfony\Component\Console\Helper\Dumper - name: ChoiceQuestion type: class source: Symfony\Component\Console\Question\ChoiceQuestion - name: SymfonyStyle type: class source: Symfony\Component\Console\Style\SymfonyStyle - name: FlattenException type: class source: Symfony\Component\ErrorHandler\Exception\FlattenException - name: Envelope type: class source: Symfony\Component\Messenger\Envelope - name: InvalidArgumentException type: class source: Symfony\Component\Messenger\Exception\InvalidArgumentException - name: ErrorDetailsStamp type: class source: Symfony\Component\Messenger\Stamp\ErrorDetailsStamp - name: MessageDecodingFailedStamp type: class source: Symfony\Component\Messenger\Stamp\MessageDecodingFailedStamp - name: RedeliveryStamp type: class source: Symfony\Component\Messenger\Stamp\RedeliveryStamp - name: SentToFailureTransportStamp type: class source: Symfony\Component\Messenger\Stamp\SentToFailureTransportStamp - 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: ReceiverInterface type: class source: Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface - name: PhpSerializer type: class source: Symfony\Component\Messenger\Transport\Serialization\PhpSerializer - name: Caster type: class source: Symfony\Component\VarDumper\Caster\Caster - name: TraceStub type: class source: Symfony\Component\VarDumper\Caster\TraceStub - name: ClonerInterface type: class source: Symfony\Component\VarDumper\Cloner\ClonerInterface - name: Stub type: class source: Symfony\Component\VarDumper\Cloner\Stub - name: VarCloner type: class source: Symfony\Component\VarDumper\Cloner\VarCloner - name: ServiceProviderInterface type: class source: Symfony\Contracts\Service\ServiceProviderInterface properties: [] methods: - name: __construct visibility: public parameters: - name: globalFailureReceiverName - name: failureTransports - name: phpSerializer default: 'null' comment: null - name: getGlobalFailureReceiverName visibility: protected parameters: [] comment: null - name: getMessageId visibility: protected parameters: - name: envelope comment: null - name: displaySingleMessage visibility: protected parameters: - name: envelope - name: io comment: null - name: printPendingMessagesMessage visibility: protected parameters: - name: receiver - name: io comment: null - name: getReceiver visibility: protected parameters: - name: name default: 'null' comment: null - name: createCloner visibility: private parameters: [] comment: null - name: printWarningAvailableFailureTransports visibility: protected parameters: - name: io - name: failureTransportName comment: null - name: interactiveChooseFailureTransport visibility: protected parameters: - name: io comment: null - name: complete visibility: public parameters: - name: input - name: suggestions comment: null traits: - Symfony\Component\Console\Command\Command - Symfony\Component\Console\Completion\CompletionInput - Symfony\Component\Console\Completion\CompletionSuggestions - Symfony\Component\Console\Helper\Dumper - Symfony\Component\Console\Question\ChoiceQuestion - Symfony\Component\Console\Style\SymfonyStyle - Symfony\Component\ErrorHandler\Exception\FlattenException - Symfony\Component\Messenger\Envelope - Symfony\Component\Messenger\Exception\InvalidArgumentException - Symfony\Component\Messenger\Stamp\ErrorDetailsStamp - Symfony\Component\Messenger\Stamp\MessageDecodingFailedStamp - Symfony\Component\Messenger\Stamp\RedeliveryStamp - Symfony\Component\Messenger\Stamp\SentToFailureTransportStamp - Symfony\Component\Messenger\Stamp\TransportMessageIdStamp - Symfony\Component\Messenger\Transport\Receiver\ListableReceiverInterface - Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface - Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface - Symfony\Component\Messenger\Transport\Serialization\PhpSerializer - Symfony\Component\VarDumper\Caster\Caster - Symfony\Component\VarDumper\Caster\TraceStub - Symfony\Component\VarDumper\Cloner\ClonerInterface - Symfony\Component\VarDumper\Cloner\Stub - Symfony\Component\VarDumper\Cloner\VarCloner - Symfony\Contracts\Service\ServiceProviderInterface interfaces: []