Subscription

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.

Functions

cancel
Link copied to clipboard
abstract fun cancel()
Cancels this Subscription.

Properties

identifier
Link copied to clipboard
abstract val identifier: String
Internal identifier for this Subscription, its form depends on the subscription target.