
com.wavefront.agent.logsharvesting.ReadProcessorContext Maven / Gradle / Ivy
package com.wavefront.agent.logsharvesting;
/**
* @author Mori Bellamy ([email protected])
*/
public class ReadProcessorContext {
private final Double value;
public ReadProcessorContext(Double value) {
this.value = value;
}
public Double getValue() {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy