File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/ch/loway/oss/ari4java Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ private void unsubscribeApplication() throws ARIException {
261261 /**
262262 * Create the events Websocket with the provided callback
263263 *
264+ * @param callback AriCallback
264265 * @throws ARIException when error
265266 */
266267 public void eventsCallback (AriCallback <Message > callback ) throws ARIException {
@@ -270,6 +271,8 @@ public void eventsCallback(AriCallback<Message> callback) throws ARIException {
270271 /**
271272 * Create the events Websocket with the provided callback
272273 *
274+ * @param callback AriCallback
275+ * @param subscribeAll subscribe to all
273276 * @throws ARIException when error
274277 */
275278 public void eventsCallback (AriCallback <Message > callback , boolean subscribeAll ) throws ARIException {
You can’t perform that action at this time.
0 commit comments