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