com.apama.cumulocity
Event UnsubscribeMeasurements


Unsubscribe from measures.

Subscriptions are ref-counted - multiple SubscribeMeasurements will require the same number of UnsubscribeMeasurements to unsubscribe.
Constant Summary
 constant stringCHANNEL := "CumulocityIoT"

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

Wildcard value of assetId.
 
Member Summary
 stringassetId

The source to unsubscribe from, 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 unsubscribe from, or WILDCARD for all assets.