Package | Description |
---|---|
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 |
TopicDataInitialiser.initialise(String topicName,
TopicTreeNode parent,
PublishingTopicData data)
This is called just before the data is attached to a topic in order to
perform initialisation of the data.
|
Modifier and Type | Method and Description |
---|---|
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.addTopics(TopicSet topics,
TopicTreeNode parent) |
Modifier and Type | Interface and Description |
---|---|
interface |
Topic
Represents a Topic.
|
interface |
TopicTree
The root node of a Topic tree.
|
Modifier and Type | Method and Description |
---|---|
TopicTreeNode |
TopicTreeNode.getParent()
Returns the parent node.
|
Modifier and Type | Method and Description |
---|---|
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.addTopics(TopicSet topics,
TopicTreeNode parent)
Add a set of Topics to a specified parent node.
|
abstract Set<Topic> |
TopicSelector.select(TopicTreeNode node)
Deprecated.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.