Interface CouchbaseConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to a Couchbase service.
- Since:
- 3.1.0
- Author:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionConnection string used to locate the Couchbase cluster.Cluster password.default SslBundle
SSL bundle to use.Cluster username.
-
Method Details
-
getConnectionString
String getConnectionString()Connection string used to locate the Couchbase cluster.- Returns:
- the connection string used to locate the Couchbase cluster
-
getUsername
-
getPassword
-
getSslBundle
-