Uses of Interface
org.apache.ignite.plugin.extensions.communication.MessageReader
-
Packages that use MessageReader Package Description org.apache.ignite.plugin.extensions.communication Contains extendable components for communication. -
-
Uses of MessageReader in org.apache.ignite.plugin.extensions.communication
Methods in org.apache.ignite.plugin.extensions.communication that return MessageReader Modifier and Type Method Description MessageReaderMessageFormatter. reader(MessageFactory msgFactory)Creates new message reader instance.Methods in org.apache.ignite.plugin.extensions.communication with parameters of type MessageReader Modifier and Type Method Description default booleanMessage. readFrom(ByteBuffer buf, MessageReader reader)Deprecated.Use the code-generatedMessageSerializerinstead.booleanMessageSerializer. readFrom(Message msg, MessageReader reader)Reads this message from provided byte buffer.
-