ProducerRequestEndpointStructure Data Type

Subtypes
HeartbeatNotificationStructure, DataReadyRequestStructure, AbstractNotificationStructure
Implemented Interfaces
Serializable
Properties
name data type description
Address string
ProducerRef RequestorRef
MessageIdentifier MessageQualifierStructure
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "Address" : "...",
  "ProducerRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "RequestTimestamp" : "..."
}