FailedMessagesRetryCommand
extends AbstractFailedMessagesCommand
in package
Tags
Table of Contents
Properties
- $eventDispatcher : mixed
- $logger : mixed
- $messageBus : mixed
Methods
- __construct() : mixed
- configure() : void
- {@inheritdoc}
- execute() : int
- {@inheritdoc}
- retrySpecificIds() : mixed
- runInteractive() : mixed
- runWorker() : int
Properties
$eventDispatcher
private
mixed
$eventDispatcher
$logger
private
mixed
$logger
$messageBus
private
mixed
$messageBus
Methods
__construct()
public
__construct(string|null $globalReceiverName, ServiceProviderInterface $failureTransports, MessageBusInterface $messageBus, EventDispatcherInterface $eventDispatcher[, LoggerInterface $logger = null ]) : mixed
Parameters
- $globalReceiverName : string|null
- $failureTransports : ServiceProviderInterface
- $messageBus : MessageBusInterface
- $eventDispatcher : EventDispatcherInterface
- $logger : LoggerInterface = null
configure()
{@inheritdoc}
protected
configure() : void
execute()
{@inheritdoc}
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intretrySpecificIds()
private
retrySpecificIds(string $failureTransportName, array<string|int, mixed> $ids, SymfonyStyle $io, bool $shouldForce) : mixed
Parameters
- $failureTransportName : string
- $ids : array<string|int, mixed>
- $io : SymfonyStyle
- $shouldForce : bool
runInteractive()
private
runInteractive(string $failureTransportName, SymfonyStyle $io, bool $shouldForce) : mixed
Parameters
- $failureTransportName : string
- $io : SymfonyStyle
- $shouldForce : bool
runWorker()
private
runWorker(string $failureTransportName, ReceiverInterface $receiver, SymfonyStyle $io, bool $shouldForce) : int
Parameters
- $failureTransportName : string
- $receiver : ReceiverInterface
- $io : SymfonyStyle
- $shouldForce : bool