AnalyzeResponseHandler

object AnalyzeResponseHandler extends ResponseHandler[AnalyzeResponse]
trait ResponseHandler[AnalyzeResponse]
class Object
trait Matchable
class Any

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.

Definition Classes

Inherited methods

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