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

com.github.marschall.micrometer.jfr.DoubleValueEvent Maven / Gradle / Ivy

The newest version!
package com.github.marschall.micrometer.jfr;

interface DoubleValueEvent {

  void setValue(double value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy