com.apama.cumulocity
Event GetCurrentUserResponse


Response from Cumulocity to a GetCurrentUser request. Contains required user details. Subscribe to GetCurrentUserResponse.SUBSCRIBE_CHANNEL to listen for this event.
Since:
10.5.2.0
See Also:
com.apama.cumulocity.GetCurrentUser - 

Constant summary
 stringSUBSCRIBE_CHANNEL := "cumulocity.findcurrentuser.response"

Channel to subscribe to receive GetCurrentUserResponse events.
 
Member summary
 integerreqId

Request identifier.
 com.apama.cumulocity.CurrentUseruser

CurrentUser object.
 
Constant detail

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "cumulocity.findcurrentuser.response"
Channel to subscribe to receive GetCurrentUserResponse events.
Since:
10.5.2.0

Member detail

reqId

integer reqId
Request identifier.

user

com.apama.cumulocity.CurrentUser user
CurrentUser object.