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 |
---|
string | CHANNEL := "CumulocityIoT"
Channel to send these events to.- Deprecated:
- [This channel constant has been deprecated. Use SEND_CHANNEL instead.]
|
string | SEND_CHANNEL := "CumulocityIoT"
Channel to send these events to. |
string | WILDCARD := "*"
Wildcard value of assetId. |
Field summary |
---|
string | assetId
The source to subscribe to, or WILDCARD for all assets. |
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.
assetId
string assetId
The source to subscribe to, or WILDCARD for all assets.