![JAR search and dependency download from the Maven repository](/logo.png)
lumbermill.Influxdb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lumbermill-influxdb Show documentation
Show all versions of lumbermill-influxdb Show documentation
Where Logs are cut into Lumber
package lumbermill;
import lumbermill.api.JsonEvent;
import lumbermill.internal.influxdb.InfluxDBClient;
import rx.Observable;
import rx.functions.Func1;
import java.util.List;
import java.util.Map;
/**
* Handle to InfluxDB
*/
public class Influxdb {
public static final Influxdb influxdb = new Influxdb ();
private InfluxDBClient client = new InfluxDBClient ();
public Func1, Observable>> client(Map map) {
return client.client (map);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy