events element

Type: imbEventsContainerBean
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Description of events available on the broker

Example XML

<?xml version="1.0" encoding="UTF-8"?> <events xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="..."> <event internal="..." type="..." uri="..." name="..." eventType="..." eventName="..." eventSourceAddress="..." eventSource="..." eventFilter="..." eventUnitOfWork="..." isTransactionEvent="..." isEnabled="..." profileName="..." profileVersion="..."> <ns1:payload xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject" isBitstreamDataIncluded="..." bitstreamContentType="..." bitstreamContentEncoding="..."> <ns1:dataLocations> <ns1:dataLocation xPathQuery="..." xPathLabel="..." elementName="..." elementNamespace="..." isComplex="..." /> <ns1:dataLocation xPathQuery="..." xPathLabel="..." elementName="..." elementNamespace="..." isComplex="..."> <!--...--> </ns1:dataLocation> <!--...more "dataLocation" elements...--> </ns1:dataLocations> </ns1:payload> <ns1:transactionCorrelation xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject" local="..." parent="..." global="..." /> <ns1:publishers xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject" totalPublishers="..." activePublishers="..."> <ns1:publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="..." uniqueFlowName="..." /> <ns1:publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="..." uniqueFlowName="..."> <!--...--> </ns1:publisher> <!--...more "publisher" elements...--> </ns1:publishers> </event> <event internal="..." type="..." uri="..." name="..." eventType="..." eventName="..." eventSourceAddress="..." eventSource="..." eventFilter="..." eventUnitOfWork="..." isTransactionEvent="..." isEnabled="..." profileName="..." profileVersion="..."> <!--...--> </event> <!--...more "event" elements...--> </events>

Example JSON

{ "type" : "...", "event" : [ { "internal" : false, "type" : "...", "uri" : { "value" : "..." }, "name" : "...", "eventType" : "...", "eventName" : "...", "eventSourceAddress" : "...", "eventSource" : "...", "eventFilter" : "...", "eventUnitOfWork" : "...", "isTransactionEvent" : "...", "isEnabled" : "...", "profileName" : "...", "profileVersion" : "...", "payload" : { "isBitstreamDataIncluded" : "...", "bitstreamContentType" : "...", "bitstreamContentEncoding" : "...", "dataLocations" : [ { "xPathQuery" : "...", "xPathLabel" : "...", "elementName" : "...", "elementNamespace" : "...", "isComplex" : "..." }, ... ] }, "transactionCorrelation" : { "local" : "...", "parent" : "...", "global" : "..." }, "publishers" : { "totalPublishers" : "...", "activePublishers" : "...", "publisher" : [ { "isEmitting" : "...", "uri" : "...", "identifier" : "...", "uuid" : "...", "topic" : "...", "uniqueFlowName" : "..." }, ... ] } }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }