DataSift_StreamConsumer::onConnect PHP Method

onConnect() protected method

This is called when the underlying stream is connected.
protected onConnect ( ) : void
return void
    protected function onConnect()
    {
        $this->_eventHandler->onConnect($this);
    }