class Worker

Methods

__construct(ReceiverInterface $receiver, MessageBusInterface $bus)

No description

run()

Receive the messages and dispatch them to the bus.

Details

__construct(ReceiverInterface $receiver, MessageBusInterface $bus)

Parameters

ReceiverInterface $receiver
MessageBusInterface $bus

run()

Receive the messages and dispatch them to the bus.