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 string | CHANNEL := "CumulocityIoT"
Channel to send these events to. |
constant string | WILDCARD := "*"
Wildcard value of assetId. |
Member Summary |
string | assetId
The source to subscribe to, or WILDCARD for all assets. |
CHANNEL
constant string CHANNEL := "CumulocityIoT"
Channel to send these events to.
WILDCARD
constant string WILDCARD := "*"
Wildcard value of assetId.
assetId
string assetId
The source to subscribe to, or WILDCARD for all assets.