public interface ContinuationServiceDelegate
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSubscribed(String exoID,
String channel) |
void |
sendBroadcastMessage(String channel,
String message,
String msgId)
Send public message to all that subscribed on channel.
|
void |
sendMessage(String exoID,
String channel,
String message,
String msgId)
Send individual message to client by channel.
|
void sendMessage(String exoID, String channel, String message, String msgId)
channel - the channel that listen client.exoID - the client id.message - the message (JSON format).msgId - the id of message.Boolean isSubscribed(String exoID, String channel)
exoID - the client id.channel - the channel idCopyright © 2003–2020 eXo Platform SAS. All rights reserved.