Class ReadChangeStreamResumptionStrategy<ChangeStreamRecordT>

java.lang.Object
com.google.cloud.bigtable.data.v2.stub.changestream.ReadChangeStreamResumptionStrategy<ChangeStreamRecordT>
All Implemented Interfaces:
com.google.api.gax.retrying.StreamResumptionStrategy<ReadChangeStreamRequest,ChangeStreamRecordT>

@InternalApi public class ReadChangeStreamResumptionStrategy<ChangeStreamRecordT> extends Object implements com.google.api.gax.retrying.StreamResumptionStrategy<ReadChangeStreamRequest,ChangeStreamRecordT>
An implementation of a StreamResumptionStrategy for change stream records. This class tracks the continuation token and upon retry can build a request to resume the stream from where it left off.

This class is considered an internal implementation detail and not meant to be used by applications.