DataSift_StreamConsumer::onWarning PHP Méthode

onWarning() protected méthode

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