Package | Description |
---|---|
com.pushtechnology.diffusion.api.data |
Diffusion Topic Data API.
|
com.pushtechnology.diffusion.api.data.custom |
Diffusion Custom Topic Data API.
|
com.pushtechnology.diffusion.api.data.notify |
This package contains functional Topic data that provides for notifications
to subscribed clients.
|
com.pushtechnology.diffusion.api.data.paging |
Diffusion Paged Topic Data API.
|
com.pushtechnology.diffusion.api.data.pb |
Diffusion Protocol Buffers Topic Data API.
|
com.pushtechnology.diffusion.api.data.record |
Diffusion Record Topic Data API.
|
com.pushtechnology.diffusion.api.data.routing |
Diffusion Routing Topic Data API.
|
com.pushtechnology.diffusion.api.data.service |
Diffusion Service Topic Data API.
|
com.pushtechnology.diffusion.api.data.single |
Diffusion Single Value Topic Data API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChildListTopicData
Deprecated.
since 5.9
This topic type will be removed in a future release |
interface |
CommandTopicData
Deprecated.
since 5.9
All command topics will be removed in a future release |
interface |
PublishingTopicData
PublishingTopicData provides a mechanism for maintaining the data associated
with a topic and generating both load and delta messages to send to
subscribed clients.
|
interface |
SlaveTopicData
Slave Topic Data.
|
interface |
UniversalTopicData<V>
This is the interface to a number of different topic types that are based on
DataType s. |
Modifier and Type | Method and Description |
---|---|
static TopicData |
TopicDataFactory.newTopicData(TopicDefinition definition)
Create new
TopicData from a TopicDefinition . |
Modifier and Type | Method and Description |
---|---|
void |
TopicDataListener.topicDataChanged(TopicData data)
This method is called when the Topic Data changes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomTopicData
Deprecated.
since 5.9
This topic type will be removed in a future release. The handling
of different data formats is better done using
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopicNotifyTopicData
Deprecated.
since 5.9
This topic type will be removed in a future release |
Modifier and Type | Interface and Description |
---|---|
interface |
PagedRecordTopicData
Deprecated.
since 5.9
This topic type will be removed in a future release |
interface |
PagedStringTopicData
Deprecated.
since 5.9
This topic type will be removed in a future release |
interface |
PagedTopicData
Deprecated.
since 5.9 this topic type will be removed at a future release
|
Modifier and Type | Interface and Description |
---|---|
interface |
PBTopicData
Deprecated.
since 5.7.
Support for Google Protocol Buffers topics will be removed in a
future release as
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordTopicData
'Record' Topic Data is that which supports Messages formatted into Records
and Fields using Diffusion delimiters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RoutingTopicData
This is a form of Topic Data that allows one Topic to route its subscriptions
through to one or more other Topics and for messages published on those
Topics to be routed back through the routing Topic.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceTopicData
Deprecated.
since 5.7
Messaging is a better alternative to Service Topics for sending point-to-point requests. |
Modifier and Type | Interface and Description |
---|---|
interface |
SingleValueTopicData
'Single Value' Topic Data supports a Topic that has a single data item as its
value.
|
Modifier and Type | Method and Description |
---|---|
Topic |
Publisher.addTopic(String topicName,
TopicData data) |
Topic |
Publisher.addTopic(String topicName,
TopicTreeNode parent,
TopicData data) |
Modifier and Type | Method and Description |
---|---|
TopicData |
Topic.getData()
Returns the Topic Data associated with the Topic (if any).
|
Modifier and Type | Method and Description |
---|---|
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,
TopicTreeNode parent,
TopicData data)
Adds a Topic to a specified parent Topic.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.