NoOpHttpClientConfigCallback

com.sksamuel.elastic4s.http.NoOpHttpClientConfigCallback$
object NoOpHttpClientConfigCallback extends HttpClientConfigCallback

HttpAsyncClientBuilder that performs a no-op on the given HttpAsyncClientBuilder

Used as a default parameter to the HttpClient when no custom HttpAsync configuration is needed.

Attributes

Graph
Supertypes
trait HttpClientConfigCallback
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def customizeHttpClient(httpClientBuilder: HttpAsyncClientBuilder): HttpAsyncClientBuilder

Attributes

Definition Classes
HttpClientConfigCallback