Class MessageResult
java.lang.Object
org.apache.arrow.vector.ipc.message.MessageResult
Class to hold the Message metadata and body data when reading messages through a
MessageChannelReader.
-
Method Summary
Modifier and TypeMethodDescriptionGet the message body data.Get the Message metadata.
-
Method Details
-
getMessage
Get the Message metadata.- Returns:
- the Flatbuffer Message metadata
-
getBodyBuffer
Get the message body data.- Returns:
- an ArrowBuf containing the message body data or null if the message has no body
-