Class AbstractHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractHandler​(OffsetQueue offsetQueue, pl.allegro.tech.hermes.common.metric.HermesMetrics hermesMetrics)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void updateMetrics​(java.lang.String counterToUpdate, Message message, pl.allegro.tech.hermes.api.Subscription subscription)  
      • Methods inherited from class java.lang.Object

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

      • hermesMetrics

        protected pl.allegro.tech.hermes.common.metric.HermesMetrics hermesMetrics
    • Constructor Detail

      • AbstractHandler

        public AbstractHandler​(OffsetQueue offsetQueue,
                               pl.allegro.tech.hermes.common.metric.HermesMetrics hermesMetrics)
    • Method Detail

      • updateMetrics

        protected void updateMetrics​(java.lang.String counterToUpdate,
                                     Message message,
                                     pl.allegro.tech.hermes.api.Subscription subscription)