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