@Configuration @ConditionalOnClass(name="com.influxdb.client.reactive.InfluxDBClientReactive") @EnableConfigurationProperties(value=InfluxDB2Properties.class) public class InfluxDB2AutoConfigurationReactive extends Object
Auto-configuration for InfluxDB 2.| Modifier and Type | Field and Description |
|---|---|
protected InfluxDB2OkHttpClientBuilderProvider |
builderProvider |
protected InfluxDB2Properties |
properties |
| Constructor and Description |
|---|
InfluxDB2AutoConfigurationReactive(InfluxDB2Properties properties,
org.springframework.beans.factory.ObjectProvider<InfluxDB2OkHttpClientBuilderProvider> builderProvider) |
| Modifier and Type | Method and Description |
|---|---|
InfluxDBClientReactive |
influxDBClientReactive() |
protected InfluxDBClientOptions.Builder |
makeBuilder() |
protected final InfluxDB2Properties properties
protected final InfluxDB2OkHttpClientBuilderProvider builderProvider
public InfluxDB2AutoConfigurationReactive(InfluxDB2Properties properties, org.springframework.beans.factory.ObjectProvider<InfluxDB2OkHttpClientBuilderProvider> builderProvider)
@Bean @ConditionalOnProperty(value="influx.url") @ConditionalOnMissingBean(value=com.influxdb.client.reactive.InfluxDBClientReactive.class) public InfluxDBClientReactive influxDBClientReactive()
@Nonnull protected InfluxDBClientOptions.Builder makeBuilder()
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.