Publishers element

Type: imbEventResponsePublishers
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of an event

Example XML

<?xml version="1.0" encoding="UTF-8"?> <Publishers xmlns="http://www.ibm.com/iib/apiv1/responseObject" totalPublishers="..." activePublishers="..."> <publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="..." uniqueFlowName="..." /> <publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="..." uniqueFlowName="..."> <!--...--> </publisher> <!--...more "publisher" elements...--> </Publishers>

Example JSON

{ "totalPublishers" : "...", "activePublishers" : "...", "publisher" : [ { "isEmitting" : "...", "uri" : "...", "identifier" : "...", "uuid" : "...", "topic" : "...", "uniqueFlowName" : "..." }, ... ] }