com.apama.cumulocity
Event Subscribe


Subscribes to Cumulocity measurement/managed object/event/alarm/operation notifications.
Since:
10.1.0.9/10.2.0.3/10.3.0.0
See Also:
com.apama.cumulocity.Unsubscribe

Constant summary
 stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
 stringSEND_CHANNEL := "CumulocityIoT"

Channel to send these events to.
 stringWILDCARD := "*"

Wildcard value of subscription.
 
Field summary
 stringstreamName

The source of the subscriptions, can be 'alarms', 'events', 'measurements', 'operations', 'managedObjects'.
 stringsubscription

Subscription details, can be 'assetId' or 'deviceId' or EventType (Example: DoorSensorEvent) or AlarmType (Example: UnavailabilityAlarm) etc.
 dictionary<stringany>params

Any other subscription properties.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoT"
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
Channel to send these events to.

SEND_CHANNEL

string SEND_CHANNEL := "CumulocityIoT"
Channel to send these events to.
Since:
10.15.4.0

WILDCARD

string WILDCARD := "*"
Wildcard value of subscription.
Field detail

params

dictionary<stringanyparams
Any other subscription properties.

streamName

string streamName
The source of the subscriptions, can be 'alarms', 'events', 'measurements', 'operations', 'managedObjects'.

subscription

string subscription
Subscription details, can be 'assetId' or 'deviceId' or EventType (Example: DoorSensorEvent) or AlarmType (Example: UnavailabilityAlarm) etc.