DataNotification

interface DataNotification<out T : Notifiable> : Notification<T>

Represents a notification that conveys some business data.

Inheritors

Properties

Link copied to clipboard
abstract val appId: String

Identifier of the WebcomApplication this Notification relates to.

Link copied to clipboard
abstract val data: T

The event conveyed by this DataNotification.

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.