Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics |
Client API : Topic Control Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
TopicUpdateControl.Updater.UpdateContextCallback.Default<C>
Default updater callback implementation with context.
|
Modifier and Type | Method and Description |
---|---|
<C> void |
TopicUpdateControl.Updater.update(String topicPath,
Bytes data,
C context,
TopicUpdateControl.Updater.UpdateContextCallback<C> callback)
Updates a topic, with an attached context object.
|
<C> void |
TopicUpdateControl.ValueUpdater.update(String topicPath,
V value,
C context,
TopicUpdateControl.Updater.UpdateContextCallback<C> callback)
Updates a topic to a specified value.
|
Copyright © 2020 Push Technology Ltd. All Rights Reserved.