dataCaptureReplayResponse element
Type: | imbDataCaptureReplayResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Response representing the result of attempting to replay a message
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<dataCaptureReplayResponse type="..." messageId="..." />
Example JSON
{
"type" : "...",
"messageId" : "..."
}