Interface Yiisoft\Queue\Worker\WorkerInterface
| Implemented by | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| process() | Yiisoft\ |
Method Details
| public abstract Yiisoft\ | ||
| $message | Yiisoft\ |
|
| $queueName | string |
Logical execution queue name. |
| $retryProducer | ?\ |
|
public function process(
MessageInterface $message,
string $queueName,
?QueueProducerInterface $retryProducer = null,
): MessageInterface;
User Contributed Notes
Leave a comment
Join the conversation to share a note.