public static interface Persistent.ReadResp.ReadEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitPosition()
uint64 commit_position = 3; |
Persistent.ReadResp.ReadEvent.CountCase |
getCountCase() |
Persistent.ReadResp.ReadEvent.RecordedEvent |
getEvent()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1; |
Persistent.ReadResp.ReadEvent.RecordedEventOrBuilder |
getEventOrBuilder()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1; |
Persistent.ReadResp.ReadEvent.RecordedEvent |
getLink()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2; |
Persistent.ReadResp.ReadEvent.RecordedEventOrBuilder |
getLinkOrBuilder()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2; |
Shared.Empty |
getNoPosition()
.event_store.client.Empty no_position = 4; |
Shared.EmptyOrBuilder |
getNoPositionOrBuilder()
.event_store.client.Empty no_position = 4; |
Shared.Empty |
getNoRetryCount()
.event_store.client.Empty no_retry_count = 6; |
Shared.EmptyOrBuilder |
getNoRetryCountOrBuilder()
.event_store.client.Empty no_retry_count = 6; |
Persistent.ReadResp.ReadEvent.PositionCase |
getPositionCase() |
int |
getRetryCount()
int32 retry_count = 5; |
boolean |
hasCommitPosition()
uint64 commit_position = 3; |
boolean |
hasEvent()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1; |
boolean |
hasLink()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2; |
boolean |
hasNoPosition()
.event_store.client.Empty no_position = 4; |
boolean |
hasNoRetryCount()
.event_store.client.Empty no_retry_count = 6; |
boolean |
hasRetryCount()
int32 retry_count = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEvent()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;Persistent.ReadResp.ReadEvent.RecordedEvent getEvent()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;Persistent.ReadResp.ReadEvent.RecordedEventOrBuilder getEventOrBuilder()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent event = 1;boolean hasLink()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;Persistent.ReadResp.ReadEvent.RecordedEvent getLink()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;Persistent.ReadResp.ReadEvent.RecordedEventOrBuilder getLinkOrBuilder()
.event_store.client.persistent_subscriptions.ReadResp.ReadEvent.RecordedEvent link = 2;boolean hasCommitPosition()
uint64 commit_position = 3;long getCommitPosition()
uint64 commit_position = 3;boolean hasNoPosition()
.event_store.client.Empty no_position = 4;Shared.Empty getNoPosition()
.event_store.client.Empty no_position = 4;Shared.EmptyOrBuilder getNoPositionOrBuilder()
.event_store.client.Empty no_position = 4;boolean hasRetryCount()
int32 retry_count = 5;int getRetryCount()
int32 retry_count = 5;boolean hasNoRetryCount()
.event_store.client.Empty no_retry_count = 6;Shared.Empty getNoRetryCount()
.event_store.client.Empty no_retry_count = 6;Shared.EmptyOrBuilder getNoRetryCountOrBuilder()
.event_store.client.Empty no_retry_count = 6;Persistent.ReadResp.ReadEvent.PositionCase getPositionCase()
Persistent.ReadResp.ReadEvent.CountCase getCountCase()