Class MetricsDashboardUrlEndpoint
java.lang.Object
pl.allegro.tech.hermes.management.api.MetricsDashboardUrlEndpoint
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsefetchUrlForSubscription(String topic, String subscription) jakarta.ws.rs.core.ResponsefetchUrlForTopic(String topic)
-
Method Details
-
fetchUrlForTopic
@GET @Path("/topics/{topic}") @Produces("application/json") public jakarta.ws.rs.core.Response fetchUrlForTopic(@PathParam("topic") String topic) -
fetchUrlForSubscription
-