class HandleProcessMessageCommandHandler implements OutputAwareInterface (View source)

Traits

A trait used with OutputAwareInterface

Properties

protected OutputInterface $output from  OutputAwareTrait
protected MessageBusInterface $messageBus
protected ProcessUpdater $processUpdater

Methods

setOutput(OutputInterface $output)

No description

__construct(MessageBusInterface $messageBus, ProcessUpdater $processUpdater)

No description

__invoke(HandleProcessMessageCommand $command)

No description

Details

setOutput(OutputInterface $output)

No description

Parameters

OutputInterface $output

__construct(MessageBusInterface $messageBus, ProcessUpdater $processUpdater)

No description

Parameters

MessageBusInterface $messageBus
ProcessUpdater $processUpdater

__invoke(HandleProcessMessageCommand $command)

No description

Parameters

HandleProcessMessageCommand $command