DataSift_StreamConsumer::onDeleted PHP Method

onDeleted() protected method

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