com.apama.cumulocity
Event FindTenantOptionsResponse


Response from Cumulocity containing requested tenant options.
Since:
10.5.2.0
See Also:
com.apama.cumulocity.TenantOption - 

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

The channel to which FindTenantOptions response is sent from the transport.
 
Member summary
 integerreqId

Request identifier.
 sequence<com.apama.cumulocity.TenantOption>options

All tenant options that matched the specified criteria.
 
Constant detail

SUBSCRIBE_CHANNEL

            string SUBSCRIBE_CHANNEL := "cumulocity.findtenant.response"
        
The channel to which FindTenantOptions response is sent from the transport.
Since:
10.5.2.0

Member detail

options

            sequence<com.apama.cumulocity.TenantOptionoptions
        
All tenant options that matched the specified criteria.

reqId

            integer reqId
        
Request identifier.