3.4.6.2 Message: ChangeNotification
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
Notification that an object has been created or changed within the context of a NotificationRequest URI.
Message Type ID: 2
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 |
---|---|---|---|---|
change |
The information describing the change to the data object. |
ObjectChange |
1 |
1 |
Avro Source |
---|
{ "type": "record", "namespace": "Energistics.Protocol.StoreNotification", "name": "ChangeNotification", "messageType": "2", "protocol": "5", "senderRole": "store", "protocolRoles": "store,customer", "fields": [ { "name": "change", "type": "Energistics.Datatypes.Object.ObjectChange" } ] } |