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.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
String |
ServerConnection.connect(String... topics)
Deprecated.
Connects to the server.
|
String |
ServerConnection.connect(TopicSet topics)
Deprecated.
Connects to the server.
|
void |
ServerConnection.fetch(String topic,
String... headers)
Deprecated.
Fetch the current state of a set of topics.
|
void |
ServerConnection.fetch(TopicSet topics,
String... headers)
Deprecated.
Fetch the current state of a set of topics.
|
void |
ServerConnection.subscribe(String... topics)
Deprecated.
Subscribes to a set of topics.
|
void |
ServerConnection.subscribe(TopicSet topics)
Deprecated.
Subscribes to a set of topics.
|
void |
ServerConnection.unsubscribe(String... topics)
Deprecated.
Unsubscribes from a set of topics.
|
void |
ServerConnection.unsubscribe(TopicSet topics)
Deprecated.
Unsubscribes from a set of topics.
|
Modifier and Type | Method and Description |
---|---|
String |
ExternalClientConnection.connect(String... topics)
Deprecated.
|
String |
ExternalClientConnection.connect(TopicSet topics)
Deprecated.
|
void |
ExternalClientConnection.fetch(String topic,
String... headers)
Deprecated.
|
void |
ExternalClientConnection.fetch(TopicSet topics,
String... headers)
Deprecated.
|
void |
ExternalClientConnection.subscribe(String... topics)
Deprecated.
|
void |
ExternalClientConnection.subscribe(TopicSet topics)
Deprecated.
|
void |
ExternalClientConnection.unsubscribe(String... topics)
Deprecated.
|
void |
ExternalClientConnection.unsubscribe(TopicSet topics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.addQueueMessageFilter(String topic,
MessageFilter filter)
Adds a Message Filter to be applied to Messages being queued for the
Client.
|
Topic |
Publisher.addTopic(String topicName) |
Topic |
Publisher.addTopic(String topicName,
TopicData data) |
Topic |
Publisher.addTopic(String topicName,
TopicDefinition definition) |
Topic |
Publisher.addTopic(String topicName,
TopicTreeNode parent) |
Topic |
Publisher.addTopic(String topicName,
TopicTreeNode parent,
TopicData data) |
Topic |
Publisher.addTopic(String topicName,
TopicTreeNode parent,
TopicDefinition definition) |
void |
Publisher.addTopicLoader(TopicLoader topicLoader,
String topicPattern) |
void |
Publisher.addTopics(TopicSet topics) |
void |
Publisher.addTopics(TopicSet topics,
TopicTreeNode parent) |
Modifier and Type | Method and Description |
---|---|
Topic |
TopicProvider.addTopic(String topicName)
Add a Topic to the root of the Topic tree.
|
Topic |
Topic.addTopic(String topicName)
Add a Topic to this Topic.
|
Topic |
TopicProvider.addTopic(String topicName,
TopicData data)
Add a Topic to the root of the Topic tree.
|
Topic |
Topic.addTopic(String topicName,
TopicData data)
Add a Topic to this Topic.
|
Topic |
TopicProvider.addTopic(String topicName,
TopicDefinition definition)
Add a Topic to the root of the Topic tree.
|
Topic |
Topic.addTopic(String topicName,
TopicDefinition definition)
Add a Topic to this Topic.
|
Topic |
TopicProvider.addTopic(String topicName,
TopicTreeNode parent)
Adds a Topic to a specified parent Topic.
|
Topic |
TopicProvider.addTopic(String topicName,
TopicTreeNode parent,
TopicData data)
Adds a Topic to a specified parent Topic.
|
Topic |
TopicProvider.addTopic(String topicName,
TopicTreeNode parent,
TopicDefinition definition)
Adds a Topic to a specified parent Topic.
|
void |
TopicProvider.addTopicLoader(TopicLoader topicLoader,
String topicPattern)
Adds a new Topic Loader.
|
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(String pattern)
Returns a set of Topics that are children/descendants of this node that
match with a supplied Topic 'specifier'.
|
static TopicSelector |
TopicSelector.parse(String selector)
Parses a topic selector string to create a TopicSelector object.
|
void |
TopicSet.validate(boolean allowSelectors)
Validates all of the entries in the Topic set.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.