
io.dropwizard.redis.metrics.CommandLatencyRecorderFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-redis Show documentation
Show all versions of dropwizard-redis Show documentation
Provides easy integration for Dropwizard applications with Redis
The newest version!
package io.dropwizard.redis.metrics;
import com.codahale.metrics.MetricRegistry;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.dropwizard.jackson.Discoverable;
import io.lettuce.core.metrics.CommandLatencyRecorder;
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public interface CommandLatencyRecorderFactory extends Discoverable {
CommandLatencyRecorder build(MetricRegistry metricRegistry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy