EsClient

sec.api.EsClient
See theEsClient companion trait
object EsClient

Attributes

Companion
trait
Source
client.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EsClient.type

Members list

Value members

Concrete methods

def cluster[F[_] : Applicative](seed: Type[Endpoint], authority: String): ClusterBuilder[F]

Attributes

Source
client.scala
def clusterViaDns[F[_] : Sync](clusterDns: Hostname, nodePort: Option[Port], authority: Option[String]): ClusterBuilder[F]

Attributes

Source
client.scala
def singleNode[F[_] : Applicative](endpoint: Endpoint): SingleNodeBuilder[F]

Attributes

Source
client.scala