Class AllTopicClientsEndpoint
- java.lang.Object
-
- pl.allegro.tech.hermes.management.api.AllTopicClientsEndpoint
-
@Component @Path("topics/{topic}/clients") public class AllTopicClientsEndpoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AllTopicClientsEndpoint(AllTopicClientsService allTopicClientsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getTopicClients(java.lang.String topic)
-
-
-
Constructor Detail
-
AllTopicClientsEndpoint
public AllTopicClientsEndpoint(AllTopicClientsService allTopicClientsService)
-
-