case classRemoveRowMessage(key: String) extends RowMessage with ReadWriteMessage with Product with Serializable
An RemoveRowMessage is used to request the removal of an item on the selected map. An user needs Write permission
to request this operation, therefore this message extends ReadWriteMessage.
An RemoveRowMessage is used to request the removal 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 remove
ReadWriteMessage
RowMessage