3.4.6.1 Message: NotificationRequest
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
A request from a customer to be notified when changes occur within the context of the supplied URI.
Message Type ID: 1
Correlation Id Usage: n/a
Multi-part: n/a
Sent by: customer
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
request |
The request data. |
NotificationRequestRecord |
1 |
1 |
Avro Source |
---|
{ "type": "record", "namespace": "Energistics.Protocol.StoreNotification", "name": "NotificationRequest", "messageType": "1", "protocol": "5", "senderRole": "customer", "protocolRoles": "store,customer", "fields": [ { "name": "request", "type": "Energistics.Datatypes.Object.NotificationRequestRecord" } ] } |