case classFindRowMessage(key: String) extends RowMessage with ReadMessage with Product with Serializable
An FindRowMessage is used to request the value of an item on the selected map. An user needs Write permission
to request this operation, therefore this message extends ReadWriteMessage.
An FindRowMessage is used to request the value of an item on the selected map. An user needs Write permission to request this operation, therefore this message extends ReadWriteMessage.
The key of the item to find
ReadWriteMessage
RowMessage