Class FilteringService

java.lang.Object
pl.allegro.tech.hermes.management.domain.filtering.FilteringService

@Component public class FilteringService extends 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

    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 Details

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

    • verify

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