com.apama.cumulocity.notifications2
Event DisconnectTenantNotifications


Event that allows destruction of a Notifications 2.0 connection for a single tenant.

A DisconnectTenantNotificationsComplete event with the same request ID will be delivered to indicate the status of the disconnection request.
Since:
10.15.5.1
See Also:
com.apama.cumulocity.notifications2.DisconnectTenantNotificationsComplete - Event sent on completion of this request.

Constant summary
 stringSEND_CHANNEL := "apama.notifications2.DisconnectTenantNotifications"

Channel to receive this event on.
 
Field summary
 stringtenantId

The tenant you want to disconnect, and destroy the dynamic chain for.
 integerreqId

Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().
 
Constant detail

SEND_CHANNEL

string SEND_CHANNEL := "apama.notifications2.DisconnectTenantNotifications"
Channel to receive this event on.
Field detail

reqId

integer reqId
Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().

tenantId

string tenantId
The tenant you want to disconnect, and destroy the dynamic chain for.