public static interface PulsarApi.CommandSubscribeOrBuilder
extends org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getConsumerId() |
String |
getConsumerName() |
boolean |
getDurable() |
PulsarApi.CommandSubscribe.InitialPosition |
getInitialPosition() |
PulsarApi.KeyValue |
getMetadata(int index) |
int |
getMetadataCount() |
List<PulsarApi.KeyValue> |
getMetadataList() |
int |
getPriorityLevel() |
boolean |
getReadCompacted() |
long |
getRequestId() |
PulsarApi.Schema |
getSchema() |
PulsarApi.MessageIdData |
getStartMessageId() |
String |
getSubscription() |
PulsarApi.CommandSubscribe.SubType |
getSubType() |
String |
getTopic() |
boolean |
hasConsumerId() |
boolean |
hasConsumerName() |
boolean |
hasDurable() |
boolean |
hasInitialPosition() |
boolean |
hasPriorityLevel() |
boolean |
hasReadCompacted() |
boolean |
hasRequestId() |
boolean |
hasSchema() |
boolean |
hasStartMessageId() |
boolean |
hasSubscription() |
boolean |
hasSubType() |
boolean |
hasTopic() |
boolean hasTopic()
String getTopic()
boolean hasSubscription()
String getSubscription()
boolean hasSubType()
PulsarApi.CommandSubscribe.SubType getSubType()
boolean hasConsumerId()
long getConsumerId()
boolean hasRequestId()
long getRequestId()
boolean hasConsumerName()
String getConsumerName()
boolean hasPriorityLevel()
int getPriorityLevel()
boolean hasDurable()
boolean getDurable()
boolean hasStartMessageId()
PulsarApi.MessageIdData getStartMessageId()
List<PulsarApi.KeyValue> getMetadataList()
PulsarApi.KeyValue getMetadata(int index)
int getMetadataCount()
boolean hasReadCompacted()
boolean getReadCompacted()
boolean hasSchema()
PulsarApi.Schema getSchema()
boolean hasInitialPosition()
PulsarApi.CommandSubscribe.InitialPosition getInitialPosition()
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.