io.prometheus.client.Supplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleclient Show documentation
Show all versions of simpleclient Show documentation
Core instrumentation library for the simpleclient.
The newest version!
package io.prometheus.client;
/**
* Replacement for Java 8's {@code java.util.function.Supplier} for compatibility with Java versions < 8.
*/
public interface Supplier {
T get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy