JavaClientSniffed

com.sksamuel.elastic4s.http.JavaClientSniffed$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(props: ElasticProperties, sniffingConfiguration: SniffingConfiguration): JavaClient

Creates a new com.sksamuel.elastic4s.ElasticClient using the elasticsearch Java API rest client as the underlying client. Optional callbacks can be passed in to configure the client. Sniffing is added by the SniffingConfiguration

Creates a new com.sksamuel.elastic4s.ElasticClient using the elasticsearch Java API rest client as the underlying client. Optional callbacks can be passed in to configure the client. Sniffing is added by the SniffingConfiguration

Attributes

def apply(props: ElasticProperties, requestConfigCallback: RequestConfigCallback, httpClientConfigCallback: HttpClientConfigCallback, sniffingConfiguration: SniffingConfiguration): JavaClient

Creates a new com.sksamuel.elastic4s.ElasticClient using the elasticsearch Java API rest client as the underlying client. Optional callbacks can be passed in to configure the client. Sniffing is added by the SniffingConfiguration

Creates a new com.sksamuel.elastic4s.ElasticClient using the elasticsearch Java API rest client as the underlying client. Optional callbacks can be passed in to configure the client. Sniffing is added by the SniffingConfiguration

Attributes