Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
MessagingControl.SendCallback.Default
Default implementation of
MessagingControl.SendCallback . |
Modifier and Type | Method and Description |
---|---|
void |
MessagingControl.send(SessionId sessionId,
String topicPath,
Bytes message,
MessagingControl.SendCallback callback)
Send a message to a session via a specific topic.
|
void |
MessagingControl.send(SessionId sessionId,
String topicPath,
Bytes message,
SendOptions options,
MessagingControl.SendCallback callback)
Send a message to a session via a specific topic.
|
void |
MessagingControl.send(SessionId sessionId,
String topicPath,
CharSequence message,
MessagingControl.SendCallback callback)
Send a message to a session via a specific topic.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.