Class HybridSubscriptionMetricsRepository

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.allegro.tech.hermes.api.SubscriptionMetrics loadMetrics​(pl.allegro.tech.hermes.api.TopicName topicName, java.lang.String subscriptionName)  
      pl.allegro.tech.hermes.api.PersistentSubscriptionMetrics loadZookeeperMetrics​(pl.allegro.tech.hermes.api.TopicName topicName, java.lang.String subscriptionName)  
      • Methods inherited from class java.lang.Object

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

      • loadMetrics

        public pl.allegro.tech.hermes.api.SubscriptionMetrics loadMetrics​(pl.allegro.tech.hermes.api.TopicName topicName,
                                                                          java.lang.String subscriptionName)
        Specified by:
        loadMetrics in interface SubscriptionMetricsRepository
      • loadZookeeperMetrics

        public pl.allegro.tech.hermes.api.PersistentSubscriptionMetrics loadZookeeperMetrics​(pl.allegro.tech.hermes.api.TopicName topicName,
                                                                                             java.lang.String subscriptionName)
        Specified by:
        loadZookeeperMetrics in interface SubscriptionMetricsRepository