Package io.hstream.internal
Interface StreamingFetchRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingFetchRequest
,StreamingFetchRequest.Builder
public interface StreamingFetchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordId
getAckIds(int index)
repeated .hstream.server.RecordId ackIds = 3;
int
getAckIdsCount()
repeated .hstream.server.RecordId ackIds = 3;
List<RecordId>
getAckIdsList()
repeated .hstream.server.RecordId ackIds = 3;
RecordIdOrBuilder
getAckIdsOrBuilder(int index)
repeated .hstream.server.RecordId ackIds = 3;
List<? extends RecordIdOrBuilder>
getAckIdsOrBuilderList()
repeated .hstream.server.RecordId ackIds = 3;
String
getConsumerName()
string consumerName = 2;
com.google.protobuf.ByteString
getConsumerNameBytes()
string consumerName = 2;
String
getSubscriptionId()
string subscriptionId = 1;
com.google.protobuf.ByteString
getSubscriptionIdBytes()
string subscriptionId = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
string subscriptionId = 1;
- Returns:
- The subscriptionId.
-
getSubscriptionIdBytes
com.google.protobuf.ByteString getSubscriptionIdBytes()
string subscriptionId = 1;
- Returns:
- The bytes for subscriptionId.
-
getConsumerName
String getConsumerName()
string consumerName = 2;
- Returns:
- The consumerName.
-
getConsumerNameBytes
com.google.protobuf.ByteString getConsumerNameBytes()
string consumerName = 2;
- Returns:
- The bytes for consumerName.
-
getAckIds
RecordId getAckIds(int index)
repeated .hstream.server.RecordId ackIds = 3;
-
getAckIdsCount
int getAckIdsCount()
repeated .hstream.server.RecordId ackIds = 3;
-
getAckIdsOrBuilderList
List<? extends RecordIdOrBuilder> getAckIdsOrBuilderList()
repeated .hstream.server.RecordId ackIds = 3;
-
getAckIdsOrBuilder
RecordIdOrBuilder getAckIdsOrBuilder(int index)
repeated .hstream.server.RecordId ackIds = 3;
-
-