se.l4.vibe.probes.Probe Maven / Gradle / Ivy
package se.l4.vibe.probes;
/**
* Probe that can measure a certain value.
*
* @author Andreas Holstenson
*
* @param
*/
public interface Probe
{
/**
* Read the value.
*
* @return
*/
T read();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy