| Package | Description |
|---|---|
| org.apache.pulsar.client.impl |
Pulsar Client implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchMessageAcker |
BatchMessageIdImpl.getAcker() |
| Modifier and Type | Method and Description |
|---|---|
protected <V> MessageImpl<V> |
ConsumerImpl.newSingleMessage(int index,
int numMessages,
BrokerEntryMetadata brokerEntryMetadata,
MessageMetadata msgMetadata,
SingleMessageMetadata singleMessageMetadata,
io.netty.buffer.ByteBuf payload,
MessageIdImpl messageId,
Schema<V> schema,
boolean containMetadata,
BitSetRecyclable ackBitSet,
BatchMessageAcker acker,
int redeliveryCount,
long consumerEpoch) |
| Constructor and Description |
|---|
BatchMessageIdImpl(long ledgerId,
long entryId,
int partitionIndex,
int batchIndex,
int batchSize,
BatchMessageAcker acker) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.