com.apama.cumulocity
Event SubscribeMeasurements


Subscribe to measures. The equivalent of sending SubscribeMeasurements("*") at hostReady can be achieved by setting configuration subscribeToAllMeasures to true.
Constant Summary
 constant stringCHANNEL := "CumulocityIoT"

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

Wildcard value of assetId.
 
Member Summary
 stringassetId

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

CHANNEL

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

WILDCARD

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

assetId

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