Interface Yiisoft\Queue\Message\Handler\HandlerInterface
| Implemented by | Yiisoft\ |
|---|
Handles a message.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| handle() | Handle the given message. | Yiisoft\ |
Method Details
Handle the given message.
| public abstract void handle ( Yiisoft\ | ||
| $message | Yiisoft\ |
|
public function handle(MessageInterface $message): void;
User Contributed Notes
Leave a comment
Join the conversation to share a note.