Create the events Websocket with the provided callback @param callback AriCallback @throws ARIException when error
(AriCallback<Message> callback)
| 266 | * @throws ARIException when error |
| 267 | */ |
| 268 | public void eventsCallback(AriCallback<Message> callback) throws ARIException { |
| 269 | eventsCallback(callback, false); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * Create the events Websocket with the provided callback |
no test coverage detected