|
|
|
@ -50,6 +50,7 @@ const auth = realTimeApi.login(USERNAME, PASSWORD);
|
|
|
|
|
| onCompletion(() => console.info("Complete")) | Subscribes to Completion on the Websocket Connection |
|
|
|
|
|
| subscribe(messageHandler, errorHandler, completionHandler) | Subscribes to All three i.e - messages, errors and completion |
|
|
|
|
|
| getObservable() | Returns observable of the WebSocket Connection to the RealTime API |
|
|
|
|
|
| disconnect() | Disconnect the WebSocket Connection between client and RealTime API |
|
|
|
|
|
| | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|