public static interface PulsarApi.CommandProducerOrBuilder
extends org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEncrypted() |
long |
getEpoch() |
PulsarApi.KeyValue |
getMetadata(int index) |
int |
getMetadataCount() |
List<PulsarApi.KeyValue> |
getMetadataList() |
long |
getProducerId() |
String |
getProducerName() |
long |
getRequestId() |
PulsarApi.Schema |
getSchema() |
String |
getTopic() |
boolean |
getUserProvidedProducerName() |
boolean |
hasEncrypted() |
boolean |
hasEpoch() |
boolean |
hasProducerId() |
boolean |
hasProducerName() |
boolean |
hasRequestId() |
boolean |
hasSchema() |
boolean |
hasTopic() |
boolean |
hasUserProvidedProducerName() |
boolean hasTopic()
String getTopic()
boolean hasProducerId()
long getProducerId()
boolean hasRequestId()
long getRequestId()
boolean hasProducerName()
String getProducerName()
boolean hasEncrypted()
boolean getEncrypted()
List<PulsarApi.KeyValue> getMetadataList()
PulsarApi.KeyValue getMetadata(int index)
int getMetadataCount()
boolean hasSchema()
PulsarApi.Schema getSchema()
boolean hasEpoch()
long getEpoch()
boolean hasUserProvidedProducerName()
boolean getUserProvidedProducerName()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.