Kafka\Protocol\Fetch\MessageSet::rewind PHP Method

rewind() public method

implements Iterator function
public rewind ( ) : integer
return integer
    public function rewind()
    {
        $this->valid = $this->loadNextMessage();
    }