Skip to content

Latest commit

 

History

History

client-osgi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.