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.
 stringWILDCARD := "*"

Wildcard value of assetId.
 
Member summary
 stringassetId

The source to subscribe to, or WILDCARD for all assets.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoT"
Channel to send these events to.

WILDCARD

string WILDCARD := "*"
Wildcard value of assetId.
Member detail

assetId

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