DataSift_StreamConsumer::onWarning PHP 메소드

onWarning() 보호된 메소드

This is called when a warning notification is received on a scream connection.
protected onWarning ( string $message ) : void
$message string The warning message
리턴 void
    protected function onWarning($message)
    {
        $this->_eventHandler->onWarning($this, $message);
    }