Package | Description |
---|---|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
void |
Publisher.addTopicListener(TopicListener topicListener,
String... topics)
Deprecated.
since 6.2
This method is used to support one-way messages sent from clients to publisher topics. One-way messaging has been deprecated from this release and therefore this method will be removed in a future release. |
void |
Publisher.addTopicListener(TopicListener topicListener,
TopicSet topics)
Deprecated.
since 6.2
This method is used to support one-way messages sent from clients to publisher topics. One-way messaging has been deprecated from this release and therefore this method will be removed in a future release. |
boolean |
Publisher.removeTopicListener(TopicListener topicListener)
Deprecated.
since 6.2
This method is used to support one-way messages sent from clients to publisher topics. One-way messaging has been deprecated from this release and therefore this method will be removed in a future release. |
Copyright © 2019 Push Technology Ltd. All Rights Reserved.