Class FilteringService


  • @Component
    public class FilteringService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FilteringService​(pl.allegro.tech.hermes.domain.filtering.chain.FilterChainFactory filterChainFactory, pl.allegro.tech.hermes.schema.SchemaRepository schemaRepository, TopicService topicService, tech.allegro.schema.json2avro.converter.JsonAvroConverter jsonAvroConverter)  
    • Method Summary

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

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

      • FilteringService

        public FilteringService​(pl.allegro.tech.hermes.domain.filtering.chain.FilterChainFactory filterChainFactory,
                                pl.allegro.tech.hermes.schema.SchemaRepository schemaRepository,
                                TopicService topicService,
                                tech.allegro.schema.json2avro.converter.JsonAvroConverter jsonAvroConverter)
    • Method Detail

      • verify

        public pl.allegro.tech.hermes.api.MessageFiltersVerificationResult verify​(pl.allegro.tech.hermes.api.MessageFiltersVerificationInput verification,
                                                                                  pl.allegro.tech.hermes.api.TopicName topicName)