com.apama.cumulocity
Event TenantsSubscribedToApplication


Collection of all tenants subscribed to the current application.

It is sent in response to the GetAllTenantsSubscribedToApplication event.
See Also:
com.apama.cumulocity.GetAllTenantsSubscribedToApplication - Request all tenants subscribed to the current application.

Constant summary
 stringSUBSCRIBE_CHANNEL := "TENANTS_SUBSCRIBED_TO_APPLICATION"

The channel for receiving TenantsSubscribedToApplication events.
 
Member summary
 integerreqId

The request identifier from the original request.
 sequence<com.apama.cumulocity.ApplicationSubscribedForTenant>activeSubscriptions

Details of tenants that this application is currently subscribed to.
 
Constant detail

SUBSCRIBE_CHANNEL

            string SUBSCRIBE_CHANNEL := "TENANTS_SUBSCRIBED_TO_APPLICATION"
        
The channel for receiving TenantsSubscribedToApplication events.
Member detail

activeSubscriptions

            sequence<com.apama.cumulocity.ApplicationSubscribedForTenantactiveSubscriptions
        
Details of tenants that this application is currently subscribed to.

reqId

            integer reqId
        
The request identifier from the original request.