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.
 
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.