public class DonkySignalRController extends SignalRController implements PushHandler
| Modifier and Type | Method and Description |
|---|---|
static DonkySignalRController |
getInstance()
Get instance of DonkySignalRController singleton.
|
void |
handlePush(java.lang.Object obj)
Handle push message sent from Network by the signalR connection.
|
boolean |
isConnected()
Checks if signalR is connected.
|
void |
startSignalR() |
void |
stopSignalR() |
void |
synchronise(java.util.List<ClientNotification> clientNotificationsToSend,
<any> resultListener) |
public static DonkySignalRController getInstance()
public boolean isConnected()
public void startSignalR()
public void stopSignalR()
public void synchronise(java.util.List<ClientNotification> clientNotificationsToSend,
<any> resultListener)
public void handlePush(java.lang.Object obj)
PushHandlerhandlePush in interface PushHandlerobj - Received data from Network