Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.06 KB

OSGi Client Bundle for InfluxDB 2.x

javadoc

OSGi (R6) client bundle contains InfluxDB 2.x client and dependencies excluding Kotlin and JSR-305 (FindBugs).

Services

The following declarative services are implemented by OSGi Client Bundle: InfluxDBConnector, LineProtocolWriter and PointWriter.

See JavaDoc for details.

Configuration

Metadata are generated for declarative services, so administration UIs (i.e. Apache Karaf web console or Hawtio) support specifying configurations in a type safe way:

  • com.influxdb.client.osgi.InfluxDBConnector
  • com.influxdb.client.osgi.LineProtocolWriter
  • com.influxdb.client.osgi.PointWriter

See JavaDoc for details.