pub fn list_all_topics(session: &Session) -> Result<Vec<TopicInfo>, Error>
Expand description

lists all topics present on the EMS

the underlying connection must be an admin connection created through the tibco_ems::admin::connect() function.