Package io.dropwizard.metrics5.jmx
Interface ObjectNameFactory
-
- All Known Implementing Classes:
DefaultObjectNameFactory
public interface ObjectNameFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectName
createName(String type, String domain, io.dropwizard.metrics5.MetricName name)
-
-
-
Method Detail
-
createName
ObjectName createName(String type, String domain, io.dropwizard.metrics5.MetricName name)
-
-