DefaultResponseHandler

class Object
trait Matchable
class Any

Value members

Concrete methods

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

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: U => V): ResponseHandler[V]
Inherited from:
ResponseHandler