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

io.dropwizard.metrics5.jmx.ObjectNameFactory Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package io.dropwizard.metrics5.jmx;

import io.dropwizard.metrics5.MetricName;

import javax.management.ObjectName;

public interface ObjectNameFactory {

    ObjectName createName(String type, String domain, MetricName name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy