Publishers element
Type: | imbEventResponsePublishers |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Description of an event
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<Publishers totalPublishers="..." activePublishers="...">
<publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="..." />
<publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="...">
<!--...-->
</publisher>
<!--...more "publisher" elements...-->
</Publishers>
Example JSON
{
"totalPublishers" : "...",
"activePublishers" : "...",
"publisher" : [ {
"isEmitting" : "...",
"uri" : "...",
"identifier" : "...",
"uuid" : "...",
"topic" : "..."
}, ... ]
}