Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
com.pushtechnology.diffusion.client.types |
Unified API - Common Types.
|
Modifier and Type | Method and Description |
---|---|
<C> void |
Messaging.send(String topicPath,
Bytes message,
SendOptions options,
C context,
Messaging.SendContextCallback<C> callback)
Send a message.
|
void |
Messaging.send(String topicPath,
Bytes message,
SendOptions options,
Messaging.SendCallback callback)
Send a message.
|
Modifier and Type | Method and Description |
---|---|
<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.
|
void |
MessagingControl.send(SessionId sessionId,
String topicPath,
Bytes message,
SendOptions options,
MessagingControl.SendCallback callback)
Send a message to a session via a specific topic.
|
<C> void |
MessagingControl.sendToFilter(String filter,
String topicPath,
Bytes message,
SendOptions options,
C context,
MessagingControl.SendToFilterContextCallback<C> callback)
Send a message to all sessions that satisfy a given session filter.
|
void |
MessagingControl.sendToFilter(String filter,
String topicPath,
Bytes message,
SendOptions options,
MessagingControl.SendToFilterCallback callback)
Send a message to all sessions that satisfy a given session filter.
|
Modifier and Type | Method and Description |
---|---|
SendOptions |
SendOptions.Builder.build()
Build options.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.