Uses of Interface
org.apache.pulsar.common.api.raw.MessageParser.MessageProcessor
-
Packages that use MessageParser.MessageProcessor Package Description org.apache.pulsar.common.api.raw Classes implementing raw API messages. -
-
Uses of MessageParser.MessageProcessor in org.apache.pulsar.common.api.raw
Methods in org.apache.pulsar.common.api.raw with parameters of type MessageParser.MessageProcessor Modifier and Type Method Description static voidMessageParser. 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.
-