Uses of Interface
org.apache.pulsar.common.api.raw.MessageParser.MessageProcessor
Packages that use MessageParser.MessageProcessor
-
Uses of MessageParser.MessageProcessor in org.apache.pulsar.common.api.raw
Methods in org.apache.pulsar.common.api.raw with parameters of type MessageParser.MessageProcessorModifier and TypeMethodDescriptionstatic 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.