DEPRECATED: DiffusionTM JavaScript Classic API
5.9.4

Classes

Class NotificationLevel


The notification level for topic added notifications.


Fields Summary

static NotificationLevel FULL
Full notification level.
static NotificationLevel METADATA
Metadata notification level.
static NotificationLevel MINIMAL
Minimal notification level.
static NotificationLevel NONE
No addition notification level.
static NotificationLevel PROPERTIES
Properties notification level.

Constructor Summary

NotificationLevel NotificationLevel

Method Summary

Constructor Details

NotificationLevel

NotificationLevel NotificationLevel

Parameters
code - Level code
Since:
4.6

Field Details

FULL

static NotificationLevel FULL

Full notification level. The topic name, datatype, properties and metadata.


METADATA

static NotificationLevel METADATA

Metadata notification level. The topic name, datatype and metadata.


MINIMAL

static NotificationLevel MINIMAL

Minimal notification level. Only the topic name and datatype.


NONE

static NotificationLevel NONE

No addition notification level. Does not send addition notifications.


PROPERTIES

static NotificationLevel PROPERTIES

Properties notification level. The topic name, datatype and properties.