algoliasearch.config.ClientConfig.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of algoliasearch-scala_3 Show documentation
Show all versions of algoliasearch-scala_3 Show documentation
Scala client for Algolia Search API
package algoliasearch.config
import scala.concurrent.duration.Duration
trait ClientConfig {
val connectTimeout: Duration
val writeTimeout: Duration
val readTimeout: Duration
val logging: Option[Logging]
val defaultHeaders: Map[String, String]
val compressionType: CompressionType
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy