com.apama.cumulocity
Event ApplicationSubscribedForTenant


Notification received when a tenant is subscribed to the current application.
Constant summary
 stringSUBSCRIBE_CHANNEL := "APPLICATION_SUBSCRIBED_FOR_TENANT"

The channel for receiving subscription notifications.
 
Member summary
 stringtenantId

The ID of the tenant the application is subscribed to.
 contextcxt

The context to be used for the tenant.
 com.apama.cumulocity.TenantDetailstenantDetails

Tenant details.
 
Constant detail

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "APPLICATION_SUBSCRIBED_FOR_TENANT"
The channel for receiving subscription notifications.
Member detail

cxt

context cxt
The context to be used for the tenant.

tenantDetails

com.apama.cumulocity.TenantDetails tenantDetails
Tenant details.

tenantId

string tenantId
The ID of the tenant the application is subscribed to.