com.apama.cumulocity.notifications2
Event DisconnectTenantNotificationsComplete


Event that shows the outcome of a tenant's disconnection from Notifications 2.0.

This indicates a request to destroy the chain has been made, but not whether the request has completed.
Since:
10.15.5.2
See Also:
com.apama.cumulocity.notifications2.DisconnectTenantNotifications - The event to disconnect.

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

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