Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
Modifier and Type | Method and Description |
---|---|
void |
MessagingControl.sendToFilter(String filter,
String topicPath,
Bytes message,
MessagingControl.SendToFilterCallback 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.
|
void |
MessagingControl.sendToFilter(String filter,
String topicPath,
CharSequence message,
MessagingControl.SendToFilterCallback callback)
Send a message to all sessions that satisfy a given session filter.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.