public interface _SubscriptionItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
_Discontinuity |
getDiscontinuity()
Momento wants to let you know we detected some possible inconsistency at this
point in the subscription stream.
|
_DiscontinuityOrBuilder |
getDiscontinuityOrBuilder()
Momento wants to let you know we detected some possible inconsistency at this
point in the subscription stream.
|
_Heartbeat |
getHeartbeat()
The stream is still working, there's nothing to see here.
|
_HeartbeatOrBuilder |
getHeartbeatOrBuilder()
The stream is still working, there's nothing to see here.
|
_TopicItem |
getItem()
The subscription has yielded an item you previously published.
|
_TopicItemOrBuilder |
getItemOrBuilder()
The subscription has yielded an item you previously published.
|
_SubscriptionItem.KindCase |
getKindCase() |
boolean |
hasDiscontinuity()
Momento wants to let you know we detected some possible inconsistency at this
point in the subscription stream.
|
boolean |
hasHeartbeat()
The stream is still working, there's nothing to see here.
|
boolean |
hasItem()
The subscription has yielded an item you previously published.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasItem()
The subscription has yielded an item you previously published.
.cache_client.pubsub._TopicItem item = 1;_TopicItem getItem()
The subscription has yielded an item you previously published.
.cache_client.pubsub._TopicItem item = 1;_TopicItemOrBuilder getItemOrBuilder()
The subscription has yielded an item you previously published.
.cache_client.pubsub._TopicItem item = 1;boolean hasDiscontinuity()
Momento wants to let you know we detected some possible inconsistency at this point in the subscription stream. A lack of a discontinuity does not mean the subscription is guaranteed to be strictly perfect, but the presence of a discontinuity is very likely to
.cache_client.pubsub._Discontinuity discontinuity = 2;_Discontinuity getDiscontinuity()
Momento wants to let you know we detected some possible inconsistency at this point in the subscription stream. A lack of a discontinuity does not mean the subscription is guaranteed to be strictly perfect, but the presence of a discontinuity is very likely to
.cache_client.pubsub._Discontinuity discontinuity = 2;_DiscontinuityOrBuilder getDiscontinuityOrBuilder()
Momento wants to let you know we detected some possible inconsistency at this point in the subscription stream. A lack of a discontinuity does not mean the subscription is guaranteed to be strictly perfect, but the presence of a discontinuity is very likely to
.cache_client.pubsub._Discontinuity discontinuity = 2;boolean hasHeartbeat()
The stream is still working, there's nothing to see here.
.cache_client.pubsub._Heartbeat heartbeat = 3;_Heartbeat getHeartbeat()
The stream is still working, there's nothing to see here.
.cache_client.pubsub._Heartbeat heartbeat = 3;_HeartbeatOrBuilder getHeartbeatOrBuilder()
The stream is still working, there's nothing to see here.
.cache_client.pubsub._Heartbeat heartbeat = 3;_SubscriptionItem.KindCase getKindCase()