Child
Represents an event raised when a child node of a watched data node is updated, to be received by a callback function (previously passed to the Subscriber.subscribe method).
Types
The Child event that is raised when the addition/change/removal of a child node to/of/from a watched data node is acknowledged by the back end.
The Child event that is raised when a new child node is added to a watched data node.
The Child event that is raised when the value of an existing child node of a watched data node is changed.
The Child event that is raised when a child node is removed from a watched data node.
Represents an event relative to a child node that can be located in the tree node with respect to its sibling with the immediately preceding key (along the ordering of node keys).
Properties
The notification of this SubscribableEvent only reports a value acknowledgement without change.
The Subscription instance that notifies this instance of SubscribableEvent.