Class DefaultAllTopicClientsService
- java.lang.Object
-
- pl.allegro.tech.hermes.management.domain.clients.DefaultAllTopicClientsService
-
- All Implemented Interfaces:
AllTopicClientsService
public class DefaultAllTopicClientsService extends java.lang.Object implements AllTopicClientsService
-
-
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)
-
-
-
Method Detail
-
getAllClientsByTopic
public java.util.List<java.lang.String> getAllClientsByTopic(pl.allegro.tech.hermes.api.TopicName topicName)
- Specified by:
getAllClientsByTopicin interfaceAllTopicClientsService
-
-