Class FilterEndpoint


  • @Component
    @Path("filters")
    public class FilterEndpoint
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.allegro.tech.hermes.api.MessageFiltersVerificationResult verify​(java.lang.String qualifiedTopicName, pl.allegro.tech.hermes.api.MessageFiltersVerificationInput input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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)