Uses of Class
net.timewalker.ffmq4.management.destination.definition.TopicDefinition
-
Packages that use TopicDefinition Package Description net.timewalker.ffmq4.local net.timewalker.ffmq4.local.destination net.timewalker.ffmq4.management net.timewalker.ffmq4.management.destination.template -
-
Uses of TopicDefinition in net.timewalker.ffmq4.local
Methods in net.timewalker.ffmq4.local with parameters of type TopicDefinition Modifier and Type Method Description LocalTopicFFMQEngine. createTopic(TopicDefinition topicDef)Create a new topic -
Uses of TopicDefinition in net.timewalker.ffmq4.local.destination
Methods in net.timewalker.ffmq4.local.destination that return TopicDefinition Modifier and Type Method Description TopicDefinitionLocalTopic. getDefinition()Get the queue definitionConstructors in net.timewalker.ffmq4.local.destination with parameters of type TopicDefinition Constructor Description LocalTopic(TopicDefinition topicDef)Constructor -
Uses of TopicDefinition in net.timewalker.ffmq4.management
Methods in net.timewalker.ffmq4.management that return TopicDefinition Modifier and Type Method Description TopicDefinitionDestinationDefinitionProvider. getTopicDefinition(String topicName)Methods in net.timewalker.ffmq4.management with parameters of type TopicDefinition Modifier and Type Method Description voidDestinationDefinitionProvider. addTopicDefinition(TopicDefinition topicDef) -
Uses of TopicDefinition in net.timewalker.ffmq4.management.destination.template
Methods in net.timewalker.ffmq4.management.destination.template that return TopicDefinition Modifier and Type Method Description TopicDefinitionTopicTemplate. createTopicDefinition(String topicName, boolean temporary)Create a topic definition from this template
-