Package | Description |
---|---|
com.pushtechnology.diffusion.client.content.update |
Unified API - Content Update.
|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
Modifier and Type | Method and Description |
---|---|
Update |
PagedRecordUnorderedUpdateFactory.add(Collection<Record> lines)
Deprecated.
Creates an update to add one or more lines of data to the end of the
paged topic.
|
Update |
PagedStringUnorderedUpdateFactory.add(Collection<String> lines)
Deprecated.
Creates an update to add one or more lines of data to the end of the
paged topic.
|
Update |
PagedRecordUnorderedUpdateFactory.add(Record... lines)
Deprecated.
Creates an update to add one or more lines of data to the end of the
paged topic.
|
Update |
PagedRecordOrderedUpdateFactory.add(Record line)
Deprecated.
Create an update that will add a line to the paged topic.
|
Update |
PagedStringUnorderedUpdateFactory.add(String... lines)
Deprecated.
Creates an update to add one or more lines of data to the end of the
paged topic.
|
Update |
PagedStringOrderedUpdateFactory.add(String line)
Deprecated.
Create an update that will add a line to the paged topic.
|
Update |
ContentUpdateFactory.apply(Content content)
Create a new update which applies the delta represented by the supplied
content to the current topic state and notifies all subscribers of the
change as appropriate.
|
Update |
PagedRecordUnorderedUpdateFactory.insert(int index,
Collection<Record> lines)
Deprecated.
Creates an update to insert one or more lines of data into the paged
topic at a specified index.
|
Update |
PagedStringUnorderedUpdateFactory.insert(int index,
Collection<String> lines)
Deprecated.
Creates an update to insert one or more lines of data into the paged
topic at a specified index.
|
Update |
PagedRecordUnorderedUpdateFactory.insert(int index,
Record... lines)
Deprecated.
Creates an update to insert one or more lines of data into the paged
topic at a specified index.
|
Update |
PagedStringUnorderedUpdateFactory.insert(int index,
String... lines)
Deprecated.
Creates an update to insert one or more lines of data into the paged
topic at a specified index.
|
Update |
PagedUnorderedUpdateFactory.remove(int index)
Deprecated.
Creates an update to remove a single line of data from the paged topic.
|
Update |
PagedUnorderedUpdateFactory.remove(int index,
int number)
Deprecated.
Creates an update to remove one or more lines of data from the paged
topic.
|
Update |
PagedRecordOrderedUpdateFactory.remove(Record line)
Deprecated.
Create an update that will remove a line of data from the paged topic.
|
Update |
PagedStringOrderedUpdateFactory.remove(String line)
Deprecated.
Create an update that will remove a line of data from the paged topic.
|
Update |
PagedUpdateFactory.removeAll()
Deprecated.
Create an update which removes all lines from the paged topic.
|
Update |
ContentUpdateFactory.replace(Content content)
Create a new update which completely replaces the topic state with the
supplied content and notifies all subscribers.
|
Update |
ContentUpdateFactory.update(Content content)
Create a new update which updates the topic to the supplied state,
compares with the previous state and sends deltas of change to
subscribers if appropriate.
|
Update |
PagedRecordUnorderedUpdateFactory.update(int index,
Record line)
Deprecated.
Create an update which will change a single line of data within the paged
topic.
|
Update |
PagedStringUnorderedUpdateFactory.update(int index,
String line)
Deprecated.
Create an update which will change a single line of data within the paged
topic.
|
Update |
PagedRecordOrderedUpdateFactory.update(Record line)
Deprecated.
Create an update that will update a line within the paged topic.
|
Modifier and Type | Method and Description |
---|---|
<C> void |
TopicUpdateControl.Updater.update(String topicPath,
Update update,
C context,
TopicUpdateControl.Updater.UpdateContextCallback<C> callback)
Updates a topic with a context callback.
|
void |
TopicUpdateControl.Updater.update(String topicPath,
Update update,
TopicUpdateControl.Updater.UpdateCallback callback)
Updates a topic.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.