suspend fun <K, V> SharedData.getClusterWideMapAwait(: String): AsyncMap<K, V>
Get the cluster wide map with the specified name. The map is accessible to all nodes in the cluster and data put into the map from any node is visible to to any other node.
resultHandler
- the map will be returned asynchronously in this handler