DataSift_StreamConsumer::onStopped PHP 메소드

onStopped() 보호된 메소드

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