DataSift_StreamConsumer::onStatus PHP Method

onStatus() protected method

Called for each status message received from the stream.
protected onStatus ( string $type, array $info = [] ) : void
$type string The status type.
$info array The data received along with the status message.
return void
    protected function onStatus($type, $info = array())
    {
        $this->_eventHandler->onStatus($this, $type, $info);
    }