Phirehose::enqueueStatus PHP Method

enqueueStatus() abstract public method

This is the one and only method that must be implemented additionally. As per the streaming API documentation, statuses should NOT be processed within the same process that is performing collection
abstract public enqueueStatus ( string $status )
$status string
    public abstract function enqueueStatus($status);