static PulsarApi.BaseCommand |
Commands.newConnectedCommand(int clientProtocolVersion,
int maxMessageSize) |
static PulsarApi.BaseCommand |
Commands.newErrorCommand(long requestId,
PulsarApi.ServerError error,
String message) |
static PulsarApi.BaseCommand |
Commands.newGetOrCreateSchemaResponseCommand(long requestId,
SchemaVersion schemaVersion) |
static PulsarApi.BaseCommand |
Commands.newGetOrCreateSchemaResponseErrorCommand(long requestId,
PulsarApi.ServerError error,
String errorMessage) |
static PulsarApi.BaseCommand |
Commands.newGetSchemaResponseCommand(long requestId,
SchemaInfo schema,
SchemaVersion version) |
static PulsarApi.BaseCommand |
Commands.newGetSchemaResponseErrorCommand(long requestId,
PulsarApi.ServerError error,
String errorMessage) |
static PulsarApi.BaseCommand |
Commands.newGetTopicsOfNamespaceResponseCommand(List<String> topics,
long requestId) |
static PulsarApi.BaseCommand |
Commands.newLookupErrorResponseCommand(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static PulsarApi.BaseCommand |
Commands.newLookupResponseCommand(String brokerServiceUrl,
String brokerServiceUrlTls,
boolean authoritative,
PulsarApi.CommandLookupTopicResponse.LookupType response,
long requestId,
boolean proxyThroughServiceUrl) |
static PulsarApi.BaseCommand |
Commands.newMessageCommand(long consumerId,
PulsarApi.MessageIdData messageId,
int redeliveryCount,
long[] ackSet) |
static PulsarApi.BaseCommand |
Commands.newPartitionMetadataResponseCommand(int partitions,
long requestId) |
static PulsarApi.BaseCommand |
Commands.newPartitionMetadataResponseCommand(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static PulsarApi.BaseCommand |
Commands.newProducerSuccessCommand(long requestId,
String producerName,
long lastSequenceId,
SchemaVersion schemaVersion) |
static PulsarApi.BaseCommand |
Commands.newProducerSuccessCommand(long requestId,
String producerName,
SchemaVersion schemaVersion) |
static PulsarApi.BaseCommand |
Commands.newSendErrorCommand(long producerId,
long sequenceId,
PulsarApi.ServerError error,
String errorMsg) |
static PulsarApi.BaseCommand |
Commands.newSendReceiptCommand(long producerId,
long sequenceId,
long highestId,
long ledgerId,
long entryId) |
static PulsarApi.BaseCommand |
Commands.newSuccessCommand(long requestId) |