DataSift_StreamConsumer::onInteraction PHP 메소드

onInteraction() 보호된 메소드

This is called for each interaction received from the stream and must be implemented in extending classes.
protected onInteraction ( array $interaction, boolean $hash = false ) : void
$interaction array The interaction data structure
$hash boolean
리턴 void
    protected function onInteraction($interaction, $hash = false)
    {
        $this->_eventHandler->onInteraction($this, $interaction, $hash);
    }