Package com.influxdb.client.flux
Class FluxClientFactory
java.lang.Object
com.influxdb.client.flux.FluxClientFactory
The Factory that creates an instance of a Flux client.
- Author:
- Jakub Bednar (bednar@github) (31/07/2018 13:11)
-
Method Summary
Modifier and TypeMethodDescriptionstatic FluxClient
create
(FluxConnectionOptions options) Create an instance of the Flux client.static FluxClient
Create an instance of the Flux client.
-
Method Details
-
create
Create an instance of the Flux client.- Parameters:
connectionString
- the connectionString to connect to InfluxDB.- Returns:
- client
- See Also:
-
create
Create an instance of the Flux client.- Parameters:
options
- the connection configuration- Returns:
- client
-