com.apama.cumulocity.notifications2
Event SubscribeTenantNotificationsComplete


Event that shows the outcome of a tenant's subscription to Notifications 2.0.

This indicates that connectivity has been established, and that the application can consume events. Connectivity can be lost later, but the transport will automatically attempt to resume consumption.
Since:
10.15.5.2
See Also:
com.apama.cumulocity.notifications2.SubscribeTenantNotifications - The event to subscribe.

Constant summary
 stringSUBSCRIBE_CHANNEL := "apama.notifications2.SubscribeTenantNotificationsComplete"

Channel to receive this event on.
 
Field summary
 booleansuccess

A boolean to indicate success or failure.
 integerreqId

Request identifier from the original request.
 
Action summary
 stringstatic getChannelForTenant(string tenantId)

Get tenant specific static channel to send the response to. Recommended to use this channel for responses as its tenant specific.
 
Constant detail

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "apama.notifications2.SubscribeTenantNotificationsComplete"
Channel to receive this event on.
Field detail

reqId

integer reqId
Request identifier from the original request.

success

boolean success
A boolean to indicate success or failure.
Action detail

getChannelForTenant

string static getChannelForTenant(string tenantId)
Get tenant specific static channel to send the response to. Recommended to use this channel for responses as its tenant specific.
Parameters:
tenantId
Since:
27.49.0.0