DataSift_StreamConsumer::onStopped PHP Method

onStopped() protected method

This is called when the consumer is stopped.
protected onStopped ( string $reason = '' ) : void
$reason string Reason to stop the stream
return void
    protected function onStopped($reason = '')
    {
        $this->_eventHandler->onStopped($this, $reason);
    }