public static interface StreamsOuterClass.ReadResp.CaughtUpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StreamsOuterClass.ReadResp.Position |
getPosition()
Checkpoint for resuming a $all subscription.
|
StreamsOuterClass.ReadResp.PositionOrBuilder |
getPositionOrBuilder()
Checkpoint for resuming a $all subscription.
|
long |
getStreamRevision()
Checkpoint for resuming a stream subscription.
|
com.google.protobuf.Timestamp |
getTimestamp()
Current time in the server when the subscription caught up
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Current time in the server when the subscription caught up
|
boolean |
hasPosition()
Checkpoint for resuming a $all subscription.
|
boolean |
hasStreamRevision()
Checkpoint for resuming a stream subscription.
|
boolean |
hasTimestamp()
Current time in the server when the subscription caught up
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTimestamp()
Current time in the server when the subscription caught up
.google.protobuf.Timestamp timestamp = 1;com.google.protobuf.Timestamp getTimestamp()
Current time in the server when the subscription caught up
.google.protobuf.Timestamp timestamp = 1;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Current time in the server when the subscription caught up
.google.protobuf.Timestamp timestamp = 1;boolean hasStreamRevision()
Checkpoint for resuming a stream subscription. For stream subscriptions it is populated unless the stream is empty. For $all subscriptions it is not populated.
optional int64 stream_revision = 2;long getStreamRevision()
Checkpoint for resuming a stream subscription. For stream subscriptions it is populated unless the stream is empty. For $all subscriptions it is not populated.
optional int64 stream_revision = 2;boolean hasPosition()
Checkpoint for resuming a $all subscription. For stream subscriptions it is not populated. For $all subscriptions it is populated unless the database is empty.
optional .event_store.client.streams.ReadResp.Position position = 3;StreamsOuterClass.ReadResp.Position getPosition()
Checkpoint for resuming a $all subscription. For stream subscriptions it is not populated. For $all subscriptions it is populated unless the database is empty.
optional .event_store.client.streams.ReadResp.Position position = 3;StreamsOuterClass.ReadResp.PositionOrBuilder getPositionOrBuilder()
Checkpoint for resuming a $all subscription. For stream subscriptions it is not populated. For $all subscriptions it is populated unless the database is empty.
optional .event_store.client.streams.ReadResp.Position position = 3;