Package | Description |
---|---|
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.data |
Diffusion Topic Data 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 |
TopicNotifyTopicListener.topicAdded(String topicName,
TopicDefinition definition)
Deprecated.
Notifies the addition of a Topic at the server.
|
Modifier and Type | Method and Description |
---|---|
static TopicData |
TopicDataFactory.newTopicData(TopicDefinition definition)
Create new
TopicData from a TopicDefinition . |
Modifier and Type | Method and Description |
---|---|
Topic |
Publisher.addTopic(String topicName,
TopicDefinition definition) |
Topic |
Publisher.addTopic(String topicName,
TopicTreeNode parent,
TopicDefinition definition) |
Modifier and Type | Method and Description |
---|---|
TopicDefinition |
Topic.getDefinition()
Returns a new definition object representing the Topic.
|
Modifier and Type | Method and Description |
---|---|
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,
TopicDefinition definition)
Adds a Topic to a specified parent Topic.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.