open class Child : Type
Represents the type of events raised when something happens to some child of a data node. |
|
data class ChildEvent : Event
Notification of a subscribed Child event type to a Callback function. |
|
sealed class Constraint
Represents constraints on the values of data nodes sent by subscriptions. |
|
sealed class DataEvent |
|
class DatasyncManager
Handles a set of subscriptions to data node and authentication events. |
|
class DatasyncNode : Subscriber
Represents a data node within the tree-like data of a Webcom application. |
|
class DatasyncNotification |
|
class DatasyncNotificationConfiguration |
|
class DatasyncService : WebcomService
The WebcomService that makes it possible to interact in real time with the data of a Webcom application. |
|
class DatasyncState
Represents some state indicators about a DatasyncService instance. |
|
enum class DatasyncTime
Represents a write policy into the Webcom database. |
|
class DatasyncValuable |
|
class Descriptor
Represents the specifications of a Subscription. |
|
sealed class Event
Represents a notification received by a Callback function from the Webcom back end in response to a Subscription. |
|
abstract class Subscriber
Base class for all subscription-related methods. |
|
interface Subscription
Represents a subscription to some event type on a data node. |
|
sealed class TransactionOperation
Represents a write operation to perform on a data node within an atomic transaction. |
|
class TransactionResult
Represents the result of a transaction run by the DatasyncNode.runTransaction method. |
|
sealed class Type
Represents the type of event to subscribe to. |
|
sealed class ValueChanged : Type
Represents the type of events raised when the value of a data node changes. |
|
data class ValueChangedWithDataEvent : Event
Notification of a subscribed ValueChanged.WithData event type to a Callback function. |
|
data class ValueChangedWithoutDataEvent : Event
Notification of a subscribed ValueChanged.WithoutData event type to a Callback function. |