All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.tech.hermes.management.domain.subscription.SubscriptionLagSource Maven / Gradle / Ivy

package pl.allegro.tech.hermes.management.domain.subscription;

import pl.allegro.tech.hermes.api.MetricLongValue;
import pl.allegro.tech.hermes.api.TopicName;

public interface SubscriptionLagSource {
  MetricLongValue getLag(TopicName topicName, String subscriptionName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy