Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.client |
Diffusion External Client API.
|
com.pushtechnology.diffusion.api.client.notify |
Provides the handler classes for dealing with messages from and to a
Topic that has
TopicNotifyTopicData |
com.pushtechnology.diffusion.api.connection |
Diffusion Connection API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnection.addTopicListener(TopicListener topicListener,
TopicSet topics)
Deprecated.
Adds a
TopicListener . |
String |
ServerConnection.connect(TopicSet topics)
Deprecated.
Connects to the server.
|
void |
ServerConnection.fetch(TopicSet topics,
String... headers)
Deprecated.
Fetch the current state of a set of topics.
|
void |
ServerConnection.subscribe(TopicSet topics)
Deprecated.
Subscribes to a set of topics.
|
void |
ServerConnection.unsubscribe(TopicSet topics)
Deprecated.
Unsubscribes from a set of topics.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalClientConnection.addTopicListener(TopicListener topicListener,
TopicSet topics)
Deprecated.
|
String |
ExternalClientConnection.connect(TopicSet topics)
Deprecated.
|
void |
ExternalClientConnection.fetch(TopicSet topics,
String... headers)
Deprecated.
|
void |
ExternalClientConnection.subscribe(TopicSet topics)
Deprecated.
|
void |
ExternalClientConnection.unsubscribe(TopicSet topics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicNotifyTopicHandler.select(TopicNotifyTopicHandler.SelectionMode mode,
TopicSet selections)
Deprecated.
Sends a request to the server to update the selection of topics that
topic add notifications will be received for.
|
Modifier and Type | Method and Description |
---|---|
TopicSet |
ServerDetails.getTopics()
Deprecated.
Returns the default list of Topics to subscribe to on connection.
|
TopicSet |
ConnectionDetails.getTopics()
Deprecated.
Returns the default list of Topics to subscribe to on connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerDetails.setTopics(TopicSet topics)
Deprecated.
Sets the Topic(s) to be subscribed to on connection.
|
void |
ConnectionDetails.setTopics(TopicSet topics)
Deprecated.
Sets the default Topic(s) to be subscribed to on connection.
|
Modifier and Type | Method and Description |
---|---|
TopicSet |
Publisher.getInitialTopicSet()
Returns the initial topic set that the publisher was loaded with.
|
TopicSet |
Publisher.removeTopics(TopicSet topics) |
Modifier and Type | Method and Description |
---|---|
void |
Publisher.addTopicListener(TopicListener topicListener,
MessageSourceType sourceType,
TopicSet topics)
Adds a
TopicListener . |
void |
Publisher.addTopics(TopicSet topics) |
void |
Publisher.addTopics(TopicSet topics,
TopicTreeNode parent) |
List<Topic> |
Client.fetch(TopicSet topicSet,
List<String> headers)
Causes a forced fetch of one or more Topics for the Client.
|
TopicSet |
Publisher.removeTopics(TopicSet topics) |
Modifier and Type | Method and Description |
---|---|
TopicSet |
TopicProvider.removeTopics(TopicSet topics)
Removes a set of Topics from the provider.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicProvider.addTopics(TopicSet topics)
Add a set of Topics.
|
void |
TopicProvider.addTopics(TopicSet topics,
TopicTreeNode parent)
Add a set of Topics to a specified parent node.
|
Set<Topic> |
TopicTreeNode.getTopics(TopicSet topicSet)
Returns a set of Topics that are children/descendants of this node.
|
TopicSet |
TopicProvider.removeTopics(TopicSet topics)
Removes a set of Topics from the provider.
|
void |
TopicClient.subscribe(TopicSet topicSet)
Subscribe the client to a set of topics.
|
List<Topic> |
TopicClient.subscribe(TopicSet topicSet,
boolean force)
Deprecated.
since 5.5.
auto
subscription is always enabled so setting force=false has no
effect. Prefer TopicClient.subscribe(TopicSet) instead. |
List<Topic> |
TopicClient.unsubscribe(TopicSet topicSet)
Unsubscribe client from a set of Topics.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.