Interface Persistent.ReadResp.ReadEventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Persistent.ReadResp.ReadEvent,Persistent.ReadResp.ReadEvent.Builder
- Enclosing class:
- Persistent.ReadResp
public static interface Persistent.ReadResp.ReadEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 commit_position = 3;getEvent().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;getLink().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;.event_store.client.Empty no_position = 4;.event_store.client.Empty no_position = 4;.event_store.client.Empty no_retry_count = 6;.event_store.client.Empty no_retry_count = 6;intint32 retry_count = 5;booleanuint64 commit_position = 3;booleanhasEvent().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;booleanhasLink().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;boolean.event_store.client.Empty no_position = 4;boolean.event_store.client.Empty no_retry_count = 6;booleanint32 retry_count = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEvent
boolean hasEvent().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;- Returns:
- Whether the event field is set.
-
getEvent
Persistent.ReadResp.ReadEvent.RecordedEvent getEvent().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;- Returns:
- The event.
-
getEventOrBuilder
Persistent.ReadResp.ReadEvent.RecordedEventOrBuilder getEventOrBuilder().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1; -
hasLink
boolean hasLink().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;- Returns:
- Whether the link field is set.
-
getLink
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;- Returns:
- The link.
-
getLinkOrBuilder
Persistent.ReadResp.ReadEvent.RecordedEventOrBuilder getLinkOrBuilder().event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2; -
hasCommitPosition
boolean hasCommitPosition()uint64 commit_position = 3;- Returns:
- Whether the commitPosition field is set.
-
getCommitPosition
long getCommitPosition()uint64 commit_position = 3;- Returns:
- The commitPosition.
-
hasNoPosition
boolean hasNoPosition().event_store.client.Empty no_position = 4;- Returns:
- Whether the noPosition field is set.
-
getNoPosition
Shared.Empty getNoPosition().event_store.client.Empty no_position = 4;- Returns:
- The noPosition.
-
getNoPositionOrBuilder
Shared.EmptyOrBuilder getNoPositionOrBuilder().event_store.client.Empty no_position = 4; -
hasRetryCount
boolean hasRetryCount()int32 retry_count = 5;- Returns:
- Whether the retryCount field is set.
-
getRetryCount
int getRetryCount()int32 retry_count = 5;- Returns:
- The retryCount.
-
hasNoRetryCount
boolean hasNoRetryCount().event_store.client.Empty no_retry_count = 6;- Returns:
- Whether the noRetryCount field is set.
-
getNoRetryCount
Shared.Empty getNoRetryCount().event_store.client.Empty no_retry_count = 6;- Returns:
- The noRetryCount.
-
getNoRetryCountOrBuilder
Shared.EmptyOrBuilder getNoRetryCountOrBuilder().event_store.client.Empty no_retry_count = 6; -
getPositionCase
Persistent.ReadResp.ReadEvent.PositionCase getPositionCase() -
getCountCase
Persistent.ReadResp.ReadEvent.CountCase getCountCase()
-