AnalyzeResponseHandler

com.sksamuel.elastic4s.handlers.index.AnalyzeResponseHandler$
object AnalyzeResponseHandler extends ResponseHandler[AnalyzeResponse]

Attributes

Graph
Supertypes
trait ResponseHandler[AnalyzeResponse]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def handle(response: HttpResponse): Either[ElasticError, AnalyzeResponse]

Accepts a HttpResponse and returns an Either of an ElasticError or a type specific to the request as determined by the instance of this handler.

Accepts a HttpResponse and returns an Either of an ElasticError or a type specific to the request as determined by the instance of this handler.

Attributes

Definition Classes

Inherited methods

def map[V](fn: AnalyzeResponse => V): ResponseHandler[V]

Attributes

Inherited from:
ResponseHandler