Interface InfluxDbConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface InfluxDbConnectionDetails extends ConnectionDetails
Details required to establish a connection to an InfluxDB service.
Since:
3.1.0
Author:
Moritz Halbritter, Andy Wilkinson, Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    Login password.
    URL of the InfluxDB instance to which to connect.
    Login user.
  • Method Details

    • getUrl

      URI getUrl()
      URL of the InfluxDB instance to which to connect.
      Returns:
      the URL of the InfluxDB instance to which to connect
    • getUsername

      String getUsername()
      Login user.
      Returns:
      the login user or null
    • getPassword

      String getPassword()
      Login password.
      Returns:
      the login password or null