class RetryFailedMessageCommandHandler extends AbstractFailedMessageCommandHandler implements LoggerAwareInterface (View source)

Traits

Trait LoggerAwareTrait A trait used with LoggerAwareInterface

LoggerAwareTrait

Properties

protected FailedTransportManager $failedTransportManager from  AbstractFailedMessageCommandHandler
protected MessageBusInterface $messageBus
protected EventDispatcherInterface $eventDispatcher

Methods

__construct(FailedTransportManager $failedTransportManager, MessageBusInterface $messageBus, EventDispatcherInterface $eventDispatcher)

No description

ReceiverInterface
getReceiverFromCommand($command)

No description

getLoggerChannel()

No description

__invoke(RetryFailedMessageCommand $command)

No description

Details

__construct(FailedTransportManager $failedTransportManager, MessageBusInterface $messageBus, EventDispatcherInterface $eventDispatcher)

No description

Parameters

FailedTransportManager $failedTransportManager
MessageBusInterface $messageBus
EventDispatcherInterface $eventDispatcher

protected ReceiverInterface getReceiverFromCommand($command)

No description

Parameters

$command

Return Value

ReceiverInterface

getLoggerChannel()

No description

__invoke(RetryFailedMessageCommand $command)

No description

Parameters

RetryFailedMessageCommand $command