Interface DestinationTopicContainer

    • Method Detail

      • addDestinationTopics

        void addDestinationTopics​(java.util.List<DestinationTopic> destinationTopics)
        Adds the provided destination topics to the container.
        Parameters:
        destinationTopics - the DestinationTopic list to add.
      • getDestinationTopicByName

        DestinationTopic getDestinationTopicByName​(java.lang.String topicName)
        Returns the DestinationTopic instance registered for that topic.
        Parameters:
        topicName - the topic name of the DestinationTopic to be returned.
        Returns:
        the DestinationTopic instance registered for that topic.