Package org.apache.pulsar.common.api.raw
Interface MessageParser.MessageProcessor
-
- Enclosing class:
- MessageParser
public static interface MessageParser.MessageProcessorDefinition of an interface to process a raw Pulsar entry payload.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(RawMessage message)
-
-
-
Method Detail
-
process
void process(RawMessage message) throws java.io.IOException
- Throws:
java.io.IOException
-
-