(Member[] destination, Serializable msg, int options)
| 206 | |
| 207 | |
| 208 | @Override |
| 209 | public UniqueId send(Member[] destination, Serializable msg, int options) throws ChannelException { |
| 210 | return send(destination, msg, options, null); |
| 211 | } |
| 212 | |
| 213 | @Override |
| 214 | public UniqueId send(Member[] destination, Serializable msg, int options, ErrorHandler handler) |
no test coverage detected