class documentation

class SequenceUpdates(Iterator[str], ABC): (source)

View In Hierarchy

An iterator over sequential key updates.

Yields the latest key each time the sequence advances. Multiple updates may be collapsed into a single event with the highest sequence. Call close when done to release server-side resources.

Method close Close the subscription and release resources.
def close(self): (source) ΒΆ

Close the subscription and release resources.