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.
If a tenant is not connected, we indicate that the request was a success.- Since:
- 10.15.5.2
- See Also:
- com.apama.cumulocity.notifications2.DisconnectTenantNotifications - The event to disconnect.
| Constant summary |
|---|
string | SUBSCRIBE_CHANNEL := "apama.notifications2.DisconnectTenantNotificationsComplete"
Channel to receive this event on. |
| Action summary |
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. |
SUBSCRIBE_CHANNEL
string SUBSCRIBE_CHANNEL := "apama.notifications2.DisconnectTenantNotificationsComplete"
Channel to receive this event on.
reqId
integer reqId
Request identifier from the original request.
success
boolean success
A boolean to indicate success or failure.
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