interface Subscription
Represents a subscription to some event type on a data node.
abstract val identifier: String
Internal identifier for this Subscription, its form depends on the subscription target. |
abstract fun cancel(): Unit
Cancels this Subscription. |