3.4.6.3 Message: DeleteNotification
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
Notification that an object has been deleted in the context of a subscription.
Message Type ID: 3
Correlation Id Usage:
The messageId of the original NotificationRequest that caused this notification to occur.
Multi-part: False
Sent by: store
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
delete |
The description of the deleted object. For deleted objects, the object data is not present irrespective of the value of the includeObjectData field in the original request. |
ObjectChange |
1 |
1 |
Avro Source |
---|
{ "type": "record", "namespace": "Energistics.Protocol.StoreNotification", "name": "DeleteNotification", "messageType": "3", "protocol": "5", "senderRole": "store", "protocolRoles": "store,customer", "fields": [ { "name": "delete", "type": "Energistics.Datatypes.Object.ObjectChange" } ] } |