Beispiel #1
0
        public ProduceTopic AddTopic(string topicName)
        {
            ProduceTopic topic = new ProduceTopic(topicName);

            produceTopics.Add(topic);
            return(topic);
        }
Beispiel #2
0
 public ProduceTopic AddTopic(string topicName)
 {
     ProduceTopic topic = new ProduceTopic(topicName);
     produceTopics.Add(topic);
     return topic;
 }