Uses of Class
com.swiftmq.swiftlet.topic.TopicException
-
Packages that use TopicException Package Description com.swiftmq.swiftlet.topic -
-
Uses of TopicException in com.swiftmq.swiftlet.topic
Methods in com.swiftmq.swiftlet.topic that throw TopicException Modifier and Type Method Description abstract voidTopicManager. createTopic(java.lang.String topicName)Creates a topic.abstract voidTopicManager. deleteDurable(java.lang.String durableName, ActiveLogin activeLogin)Delete a durable subscriber.abstract voidTopicManager. deleteTopic(java.lang.String topicName)Deletes a topic.abstract java.lang.StringTopicManager. subscribeDurable(java.lang.String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin)Subscribe as durable subscriber.
-