|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContinuationServiceDelegate
Created by The eXo Platform SAS.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 id
void sendBroadcastMessage(String channel,
String message,
String msgId)
channel - the channel id.message - the message (JSON format).msgId - the id of message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||