com.apama.cumulocity
Event SubscribeMeasurements


Subscribes to measurements.

The equivalent of sending SubscribeMeasurements("*") at hostReady can be achieved by setting configuration subscribeToAllMeasures to true.
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 assetId.
 
Field summary
 stringassetId

The source to subscribe to, or WILDCARD for all assets.
 
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 assetId.
Field detail

assetId

string assetId
The source to subscribe to, or WILDCARD for all assets.