Send a message to one or more members in the cluster @param destination Member[] - the destinations, cannot be null or zero length, the reason for that is that a membership change can occur and at that time the application is uncertain what group the me
(Member[] destination, Serializable msg, int options)
| 316 | * @see #SEND_OPTIONS_SYNCHRONIZED_ACK |
| 317 | */ |
| 318 | UniqueId send(Member[] destination, Serializable msg, int options) throws ChannelException; |
| 319 | |
| 320 | /** |
| 321 | * Send a message to one or more members in the cluster |
no outgoing calls