Interface Yiisoft\Queue\QueueConsumerInterface
| Implemented by | Yiisoft\ |
|---|
Consumes messages from a queue.
This interface complements {@see \
Public Methods
| Method | Description | Defined By |
|---|---|---|
| listen() | Listen to the queue and handle messages as they come. | Yiisoft\ |
| run() | Handle all existing messages and exit. | Yiisoft\ |
User Contributed Notes
Leave a comment
Join the conversation to share a note.