ControlNotification

interface ControlNotification : Notification<Nothing>

Represents a notification that reports a control event about the associated subscription.

Most of the time, such a notification reports an error and is the last one raised by the associated subscription.

Properties

Link copied to clipboard
abstract val appId: String

Identifier of the WebcomApplication this Notification relates to.

Link copied to clipboard
open val error: WebcomError?

The error (if any) reported by this ControlNotification.

Link copied to clipboard
abstract val path: String

Path of the data this Notification relates to, or "" if it doesn't relate to any data node.

Inheritors

Link copied to clipboard
Link copied to clipboard