Interface CouchbaseConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface CouchbaseConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to a Couchbase service.
- Since:
- 4.0.0
-
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
default @Nullable org.springframework.boot.ssl.SslBundle getSslBundle()SSL bundle to use.- Returns:
- the SSL bundle to use
-