Namshi\Notificator\Notification\Handler\RabbitMQ::handle PHP Метод

handle() публичный Метод

public handle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface
    public function handle(NotificationInterface $notification)
    {
        $this->getPublisher()->basic_publish($notification->getMessage());
    }