M
- The type of the message to be deserialized. It has to extend MessageBody
@Internal public interface MessageDeserializer<M extends MessageBody>
message
.Modifier and Type | Method and Description |
---|---|
M |
deserializeMessage(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Deserializes a message contained in a byte buffer.
|
M deserializeMessage(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
buf
- the buffer containing the message.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.