Uses of Class
com.swiftmq.swiftlet.topic.TopicException
Packages that use TopicException
-
Uses of TopicException in com.swiftmq.swiftlet.topic
Methods in com.swiftmq.swiftlet.topic that throw TopicExceptionModifier and TypeMethodDescriptionabstract void
TopicManager.createTopic
(String topicName) Creates a topic.abstract void
TopicManager.deleteDurable
(String durableName, ActiveLogin activeLogin) Delete a durable subscriber.abstract void
TopicManager.deleteTopic
(String topicName) Deletes a topic.abstract String
TopicManager.subscribeDurable
(String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin) Subscribe as durable subscriber.