
com.codahale.metrics.ObjectNameFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catalog-test Show documentation
Show all versions of catalog-test Show documentation
Test Plugin for CatalogPluginApin
package com.codahale.metrics;
import javax.management.ObjectName;
public interface ObjectNameFactory {
ObjectName createName(String type, String domain, String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy