com.apama.cumulocity
Event UnsubscribeMeasurements


Unsubscribes from measurements.

Subscriptions are ref-counted - multiple SubscribeMeasurements will require the same number of UnsubscribeMeasurements to unsubscribe.
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 unsubscribe from, 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 unsubscribe from, or WILDCARD for all assets.