| Package | Description |
|---|---|
| org.apache.pulsar.common.api.raw |
Classes implementing raw API messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawMessageImpl |
| Modifier and Type | Method and Description |
|---|---|
static RawMessage |
RawMessageImpl.get(ReferenceCountedMessageMetadata msgMetadata,
SingleMessageMetadata singleMessageMetadata,
io.netty.buffer.ByteBuf payload,
long ledgerId,
long entryId,
long batchIndex) |
RawMessage |
RawMessageImpl.updatePayloadForChunkedMessage(io.netty.buffer.ByteBuf chunkedTotalPayload) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageParser.MessageProcessor.process(RawMessage message) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.