c
org.apache.pekko.stream.connectors.couchbase
CouchbaseSessionSettings
Companion object CouchbaseSessionSettings
final class CouchbaseSessionSettings extends AnyRef
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CouchbaseSessionSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val enrichAsync: (CouchbaseSessionSettings) => Future[CouchbaseSessionSettings]
- def enriched: Future[CouchbaseSessionSettings]
Internal API.
Internal API. Used internally to apply the asynchronous settings enrichment function.
- Annotations
- @InternalApi()
- val environment: Option[CouchbaseEnvironment]
- def equals(other: Any): Boolean
- Definition Classes
- CouchbaseSessionSettings → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- CouchbaseSessionSettings → AnyRef → Any
- val nodes: Seq[String]
- val password: String
- def toString(): String
- Definition Classes
- CouchbaseSessionSettings → AnyRef → Any
- val username: String
- def withEnrichAsync(value: (CouchbaseSessionSettings) => Future[CouchbaseSessionSettings]): CouchbaseSessionSettings
Scala API: Allows to provide an asynchronous method to update the settings.
- def withEnrichAsyncCs(value: Function[CouchbaseSessionSettings, CompletionStage[CouchbaseSessionSettings]]): CouchbaseSessionSettings
Java API: Allows to provide an asynchronous method to update the settings.
- def withEnvironment(environment: CouchbaseEnvironment): CouchbaseSessionSettings
- def withNodes(nodes: List[String]): CouchbaseSessionSettings
Java API
- def withNodes(nodes: Seq[String]): CouchbaseSessionSettings
- def withNodes(nodes: String): CouchbaseSessionSettings
- def withPassword(password: String): CouchbaseSessionSettings
- def withUsername(username: String): CouchbaseSessionSettings