| Package | Description |
|---|---|
| org.apache.pulsar.common.api.raw |
Classes implementing raw API messages.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MessageParser.parseMessage(TopicName topicName,
long ledgerId,
long entryId,
io.netty.buffer.ByteBuf headersAndPayload,
MessageParser.MessageProcessor processor,
int maxMessageSize)
Parse a raw Pulsar entry payload and extract all the individual message that may be included in the batch.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.