| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
CommandLookupTopicResponse.LookupType |
CommandLookupTopicResponse.getResponse() |
static CommandLookupTopicResponse.LookupType |
CommandLookupTopicResponse.LookupType.valueOf(int n) |
static CommandLookupTopicResponse.LookupType |
CommandLookupTopicResponse.LookupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLookupTopicResponse.LookupType[] |
CommandLookupTopicResponse.LookupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommandLookupTopicResponse |
CommandLookupTopicResponse.setResponse(CommandLookupTopicResponse.LookupType response) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newLookupResponse(String brokerServiceUrl,
String brokerServiceUrlTls,
boolean authoritative,
CommandLookupTopicResponse.LookupType lookupType,
long requestId,
boolean proxyThroughServiceUrl) |
static BaseCommand |
Commands.newLookupResponseCommand(String brokerServiceUrl,
String brokerServiceUrlTls,
boolean authoritative,
CommandLookupTopicResponse.LookupType lookupType,
long requestId,
boolean proxyThroughServiceUrl) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.