c
org.apache.pekko.stream.connectors.elasticsearch
ElasticsearchConnectionSettings
Companion object ElasticsearchConnectionSettings
final class ElasticsearchConnectionSettings extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ElasticsearchConnectionSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val baseUrl: String
- val connectionContext: Option[HttpsConnectionContext]
- def hasConnectionContextDefined: Boolean
- def hasCredentialsDefined: Boolean
- val headers: List[HttpHeader]
- val password: Option[String]
- def toString(): String
- Definition Classes
- ElasticsearchConnectionSettings → AnyRef → Any
- val username: Option[String]
- def withBaseUrl(value: String): ElasticsearchConnectionSettings
- def withCredentials(username: String, password: String): ElasticsearchConnectionSettings
- def withHeaders(headers: List[HttpHeader]): ElasticsearchConnectionSettings
Java API
- def withHeaders(headers: List[HttpHeader]): ElasticsearchConnectionSettings
Scala API
- def withSSLContext(sslContext: SSLContext): ElasticsearchConnectionSettings
Deprecated Value Members
- def withConnectionContext(connectionContext: HttpsConnectionContext): ElasticsearchConnectionSettings
Java API
Java API
- Annotations
- @deprecated @Deprecated
- Deprecated
(Since version Alpakka 3.1.0) prefer ElasticsearchConnectionSettings.withSSLContext
- def withConnectionContext(connectionContext: HttpsConnectionContext): ElasticsearchConnectionSettings
Scala API
Scala API
- Annotations
- @deprecated @Deprecated
- Deprecated
(Since version Alpakka 3.1.0) prefer ElasticsearchConnectionSettings.withSSLContext