Class FilterEndpoint
- java.lang.Object
-
- pl.allegro.tech.hermes.management.api.FilterEndpoint
-
@Component @Path("filters") public class FilterEndpoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FilterEndpoint(FilteringService filteringService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description pl.allegro.tech.hermes.api.MessageFiltersVerificationResultverify(java.lang.String qualifiedTopicName, pl.allegro.tech.hermes.api.MessageFiltersVerificationInput input)
-
-
-
Constructor Detail
-
FilterEndpoint
public FilterEndpoint(FilteringService filteringService)
-
-
Method Detail
-
verify
@POST @Consumes("application/json") @Produces("application/json") @Path("/{topicName}") public pl.allegro.tech.hermes.api.MessageFiltersVerificationResult verify(@PathParam("topicName") java.lang.String qualifiedTopicName, pl.allegro.tech.hermes.api.MessageFiltersVerificationInput input)
-
-