-
InfluxDBClientReactiveFactory.create()
Create an instance of the InfluxDB 2.x client that is configured via influx2.properties
.
Create an instance of the InfluxDB 2.x reactive client.
InfluxDBClientReactiveFactory.create(String connectionString)
Create an instance of the InfluxDB 2.x client.
InfluxDBClientReactiveFactory.create(String url,
char[] token)
Create an instance of the InfluxDB 2.x reactive client.
Create an instance of the InfluxDB 2.x reactive client.
Create an instance of the InfluxDB 2.x reactive client.
Create an instance of the InfluxDB 2.x reactive client.
Disable Gzip compress for http request body.
Enable Gzip compress for http requests.
InfluxDBClientReactive.setLogLevel(com.influxdb.LogLevel logLevel)
Set the log level for the request and response information.
-
InfluxDBClientReactiveImpl.setLogLevel(com.influxdb.LogLevel logLevel)