DataSift_StreamConsumer::onWarning PHP Method

onWarning() protected method

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