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

su.nlq.prometheus.jmx.connection.ConnectionConsumer Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
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