case classCreateMapMessage(name: String) extends MapMessage with ReadWriteMessage with Product with Serializable
A CreateMapMessage is used to request the creation of a map with the given name. An user needs Write permission
to request this operation, therefore this message extends ReadWriteMessage.
A CreateMapMessage is used to request the creation of a 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