0

Interface Yiisoft\Queue\Message\Handler\HandlerInterface

Implemented byYiisoft\Queue\Message\Handler\CallableHandler

Handles a message.

Public Methods

Hide inherited methods

Method Description Defined By
handle() Handle the given message. Yiisoft\Queue\Message\Handler\HandlerInterface

Method Details

Hide inherited methods

handle() public abstract method

Handle the given message.

public abstract void handle ( Yiisoft\Queue\Message\MessageInterface $message )
$message Yiisoft\Queue\Message\MessageInterface

                public function handle(MessageInterface $message): void;