AddedChangedRemoved

interface AddedChangedRemoved : SubscribableEvent.Child

Subscribable event type that combines Added, Changed and Removed.

Note that when subscribing with Subscriber.subscribe, the passed callback function will actually receive instances of either Added, Changed or Removed notifications.

Properties

Link copied to clipboard
abstract val isAcknowledgement: Boolean

The notification of this SubscribableEvent only reports a value acknowledgement without change.

Link copied to clipboard
abstract val node: DatasyncNode

The data node watched by the notifying subscription.

Link copied to clipboard
abstract val subscription: Subscription

The Subscription instance that notifies this instance of SubscribableEvent.

Link copied to clipboard
abstract val value: DatasyncValue

The value of the updated child node of the watched data node.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard