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

su.nlq.prometheus.jmx.scraper.Receiver Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package su.nlq.prometheus.jmx.scraper;

import org.jetbrains.annotations.NotNull;
import su.nlq.prometheus.jmx.bean.MBean;

public interface Receiver {

  interface Consumer {

    @SuppressWarnings("InstanceMethodNamingConvention")
    void to(@NotNull Receiver receiver);
  }

  void accept(@NotNull MBean bean, @NotNull Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy