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

creates a topic on the EMS

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