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

next() public method

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