Sends a message to all the members in the cluster @param msg ClusterMessage
(ClusterMessage msg)
| 36 | * @param msg ClusterMessage |
| 37 | */ |
| 38 | void send(ClusterMessage msg); |
| 39 | |
| 40 | /** |
| 41 | * Sends a message to a specific member in the cluster. |
no outgoing calls
no test coverage detected