com.apama.cumulocity
Event GenericResponse


Zero or more GenericResponse events are sent for each GenericRequest on the GenericResponse.SUBSCRIBE_CHANNEL channel, followed by a GenericResponseComplete.
Since:
10.5.0.0

Constant summary
 stringCHANNEL := "cumulocity.generic.response"

The channel to which Generic responses are sent from the transport.
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
 stringSUBSCRIBE_CHANNEL := "cumulocity.generic.response"

The channel to which Generic responses are sent from the transport.
 
Member summary
 integerreqId

Request identifier from the original GenericRequest.
 anybody

The response body, typically a dictionary or sequence.
 
Constant detail

CHANNEL

string CHANNEL := "cumulocity.generic.response"
Deprecated:
[This channel constant has been deprecated. Use SUBSCRIBE_CHANNEL instead.]
The channel to which Generic responses are sent from the transport.

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "cumulocity.generic.response"
The channel to which Generic responses are sent from the transport.
Since:
10.5.2.0

Member detail

body

any body
The response body, typically a dictionary or sequence.

reqId

integer reqId
Request identifier from the original GenericRequest.