Interface MessageDeserializer<M extends MessageBody>
- Type Parameters:
M- The type of the message to be deserialized. It has to extendMessageBody
- All Known Implementing Classes:
KvStateRequest.KvStateRequestDeserializer,KvStateResponse.KvStateResponseDeserializer
A utility used to deserialize a
message.-
Method Summary
Modifier and TypeMethodDescriptiondeserializeMessage(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) Deserializes a message contained in a byte buffer.
-
Method Details
-
deserializeMessage
Deserializes a message contained in a byte buffer.- Parameters:
buf- the buffer containing the message.- Returns:
- The deserialized message.
-