Class UnhealthyEndpoint

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

@Path("unhealthy") public class UnhealthyEndpoint extends Object
  • Constructor Details

  • Method Details

    • listUnhealthy

      @GET @Produces({"application/json","text/plain"}) @Path("/") public jakarta.ws.rs.core.Response listUnhealthy(@QueryParam("ownerSourceName") String ownerSourceName, @QueryParam("ownerId") String id, @DefaultValue("true") @QueryParam("respectMonitoringSeverity") boolean respectMonitoringSeverity, @QueryParam("subscriptionNames") List<String> subscriptionNames, @QueryParam("qualifiedTopicNames") List<String> qualifiedTopicNames)