ReporterFactory   ReporterFactory 
Compiled from "ReporterFactory.java" Compiled from "ReporterFactory.java"
public interface io.dropwizard.metrics.ReporterFactory extends io.dropwizar d.jackson.Discoverable { public interface io.dropwizard.metrics.common.ReporterFactory extends io.dr opwizard.jackson.Discoverable {
public abstract java.util.Optional<io.dropwizard.util.Duration> getFreque ncy(); public abstract java.util.Optional<io.dropwizard.util.Duration> getFreque ncy();
public abstract com.codahale.metrics.ScheduledReporter build(com.codahale .metrics.MetricRegistry); public abstract com.codahale.metrics.ScheduledReporter build(com.codahale .metrics.MetricRegistry);
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/