su.nlq.prometheus.jmx.connection.ConnectionConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmx-prometheus-collector Show documentation
Show all versions of jmx-prometheus-collector Show documentation
Pipe for JMX MBeans to Prometheus
package su.nlq.prometheus.jmx.connection;
import org.jetbrains.annotations.NotNull;
import javax.management.MBeanServerConnection;
public interface ConnectionConsumer {
void accept(@NotNull String name, @NotNull MBeanServerConnection connection);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy