com.apama.cumulocity
Event TenantDetails


An event to hold tenant information.

It is received in callback when using the TenantSubscriptionNotifier event.
See Also:
com.apama.cumulocity.TenantSubscriptionNotifier - to retrieve the TenantDetails object for a given tenant.

Member summary
 stringtenantId

The ID of the tenant the application is currently subscribed to.
 booleanisBootstrapTenant

Flag to indicate if the current tenant is also the bootstrap tenant.
 
Member detail

isBootstrapTenant

            boolean isBootstrapTenant
        
Flag to indicate if the current tenant is also the bootstrap tenant.

tenantId

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