Final Class Yiisoft\Queue\Stubs\StubWorker
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Stub worker that does nothing.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| process() | Yiisoft\ |
Method Details
| public Yiisoft\ | ||
| $message | Yiisoft\ |
|
| $queueName | string | |
| $retryProducer | ?\ |
|
public function process(
MessageInterface $message,
string $queueName,
?QueueProducerInterface $retryProducer = null,
): MessageInterface {
return $message;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.