com.apama.cumulocity
Event RequestAllDevices
Request all Managed Objects to be sent.
This can also be performed automatically on hostReady by setting transport property requestAllDevices (behaves as if RequestAllDevices(-1, "cumulocity.devices")
has been sent). On this being sent, a Managed Object event for every Managed Object will be sent to the requested channel, followed by RequestAllDevicesComplete. Send to SEND_CHANNEL (defined as a constant on this type).
-
See Also:
-
com.apama.cumulocity.ManagedObject -
-
com.apama.cumulocity.RequestAllDevices -
Constant summary |
string | CHANNEL := "CumulocityIoTGenericChain"
Channel to send RequestAllDevices events to.
-
Deprecated:
-
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
|
string | SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel to send RequestAllDevices events to. |
Member summary |
integer | requestId
Unique identifier for this request. requestAllDevices configuration property uses requestId -1. |
string | channel
Channel to send ManagedObject(s), RequestAllDevicesComplete events to. |
CHANNEL
string CHANNEL := "CumulocityIoTGenericChain"
-
Deprecated:
-
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
Channel to send RequestAllDevices events to.
SEND_CHANNEL
string SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel to send RequestAllDevices events to.
-
Since:
- 10.5.2.0
channel
string channel
Channel to send ManagedObject(s), RequestAllDevicesComplete events to.
requestId
integer requestId
Unique identifier for this request. requestAllDevices configuration property uses requestId -1.