case classDeleteMapMessage(name: String) extends MapMessage with ReadWriteMessage with Product with Serializable
A DeleteMapMessage is used to request the deletion of the map with the given name. An user needs Write permission
to request this operation, therefore this message extends ReadWriteMessage.
A DeleteMapMessage is used to request the deletion of the map with the given name. An user needs Write permission to request this operation, therefore this message extends ReadWriteMessage.
The name of the map
ReadWriteMessage
MapMessage