Class InfluxDbProperties
java.lang.Object
org.springframework.boot.autoconfigure.influx.InfluxDbProperties
@Deprecated(since="3.2.0",
forRemoval=true)
@ConfigurationProperties(prefix="spring.influx")
public class InfluxDbProperties
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of the
new InfluxDB Java
client and its own Spring Boot integration.
Configuration properties for InfluxDB.
- Since:
- 2.0.0
- Author:
- Sergey Kuptsov, Stephane Nicoll
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getUrl()
Deprecated, for removal: This API element is subject to removal in a future version.getUser()
Deprecated, for removal: This API element is subject to removal in a future version.void
setPassword
(String password) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
InfluxDbProperties
public InfluxDbProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getUrl
@DeprecatedConfigurationProperty(reason="the new InfluxDb Java client provides Spring Boot integration", since="3.2.0") public String getUrl()Deprecated, for removal: This API element is subject to removal in a future version. -
setUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
getUser
@DeprecatedConfigurationProperty(reason="the new InfluxDb Java client provides Spring Boot integration", since="3.2.0") public String getUser()Deprecated, for removal: This API element is subject to removal in a future version. -
setUser
Deprecated, for removal: This API element is subject to removal in a future version. -
getPassword
@DeprecatedConfigurationProperty(reason="the new InfluxDb Java client provides Spring Boot integration", since="3.2.0") public String getPassword()Deprecated, for removal: This API element is subject to removal in a future version. -
setPassword
Deprecated, for removal: This API element is subject to removal in a future version.
-