Class DefaultAllTopicClientsService

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultAllTopicClientsService​(pl.allegro.tech.hermes.domain.subscription.SubscriptionRepository subscriptionRepository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAllClientsByTopic​(pl.allegro.tech.hermes.api.TopicName topicName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultAllTopicClientsService

        public DefaultAllTopicClientsService​(pl.allegro.tech.hermes.domain.subscription.SubscriptionRepository subscriptionRepository)
    • Method Detail

      • getAllClientsByTopic

        public java.util.List<java.lang.String> getAllClientsByTopic​(pl.allegro.tech.hermes.api.TopicName topicName)
        Specified by:
        getAllClientsByTopic in interface AllTopicClientsService