class documentation
class SequenceUpdates(Iterator[
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. |