| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageIdData> |
CommandAck.getMessageIdsList() |
List<MessageIdData> |
CommandRedeliverUnacknowledgedMessages.getMessageIdsList() |
| Modifier and Type | Method and Description |
|---|---|
MessageIdData |
MessageIdData.copyFrom(MessageIdData _other) |
| Modifier and Type | Method and Description |
|---|---|
CommandAck |
CommandAck.addAllMessageIds(Iterable<MessageIdData> messageIds) |
CommandRedeliverUnacknowledgedMessages |
CommandRedeliverUnacknowledgedMessages.addAllMessageIds(Iterable<MessageIdData> messageIds) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newSubscribe(String topic,
String subscription,
long consumerId,
long requestId,
CommandSubscribe.SubType subType,
int priorityLevel,
String consumerName,
boolean isDurable,
MessageIdData startMessageId,
Map<String,String> metadata,
boolean readCompacted,
boolean isReplicated,
CommandSubscribe.InitialPosition subscriptionInitialPosition,
long startMessageRollbackDurationInSec,
SchemaInfo schemaInfo,
boolean createTopicIfDoesNotExist) |
static io.netty.buffer.ByteBuf |
Commands.newSubscribe(String topic,
String subscription,
long consumerId,
long requestId,
CommandSubscribe.SubType subType,
int priorityLevel,
String consumerName,
boolean isDurable,
MessageIdData startMessageId,
Map<String,String> metadata,
boolean readCompacted,
boolean isReplicated,
CommandSubscribe.InitialPosition subscriptionInitialPosition,
long startMessageRollbackDurationInSec,
SchemaInfo schemaInfo,
boolean createTopicIfDoesNotExist,
KeySharedPolicy keySharedPolicy,
Map<String,String> subscriptionProperties) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newRedeliverUnacknowledgedMessages(long consumerId,
List<MessageIdData> messageIds) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.