@Component
@Path(value="topics/{topic}/clients")
public class AllTopicClientsEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
AllTopicClientsEndpoint(AllTopicClientsService allTopicClientsService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getTopicClients(java.lang.String topic) |
public AllTopicClientsEndpoint(AllTopicClientsService allTopicClientsService)