Metadata is sent as a set of name value pairs. The value is serialized as XML.
public function TopicMetadata(name:String, xml:String)
Parameters public static function createTopicMetadata(name:String, xml:String):TopicMetadata
Creates new TopicMetadata and adds it to the cache.
Parameters
| name:String — The name of the metadata
|
|
| xml:String — The XML of the metadata
|
Returns public function getName():String
Returns public static function getTopicMetadata(name:String):TopicMetadata
Returns the metadata for a name from the cache.
Parameters
| name:String — The name of the metadata
|
Returns public function getXML():String
Returns
Mon Feb 6 2017, 01:27 PM Z