Class AllTopicClientsEndpoint

java.lang.Object
pl.allegro.tech.hermes.management.api.AllTopicClientsEndpoint

@Component @Path("topics/{topic}/clients") public class AllTopicClientsEndpoint extends Object
  • Constructor Details

  • Method Details

    • getTopicClients

      @GET @Produces("application/json") public List<String> getTopicClients(@PathParam("topic") String topic)