Uses of Class
net.timewalker.ffmq4.local.destination.LocalTopic
-
Packages that use LocalTopic Package Description net.timewalker.ffmq4.local -
-
Uses of LocalTopic in net.timewalker.ffmq4.local
Methods in net.timewalker.ffmq4.local that return LocalTopic Modifier and Type Method Description LocalTopicFFMQEngine. createTemporaryTopic(String topicName)Deploy a new temporary topic on this engineLocalTopicFFMQEngine. createTopic(TopicDefinition topicDef)Create a new topicLocalTopicFFMQEngine. getLocalTopic(String topicName)Get a local topic by nameMethods in net.timewalker.ffmq4.local with parameters of type LocalTopic Modifier and Type Method Description voidFFMQEngineListener. topicDeployed(LocalTopic topic)voidFFMQEngineListener. topicUndeployed(LocalTopic topic)
-