interface Subscription
Represents a subscription to some event type on a data node. Such a subscription can be made using one of the DatasyncNode.subscribe, DatasyncNode.subscribeThroughNotifications or DatasyncNode.subscribeThroughWebhook methods.
abstract val identifier: String
Internal identifier for this Subscription, its form depends on the subscription target. |
abstract fun cancel(): Unit
Cancels this Subscription. |