Inherited from SimpleFilter[HttpRequest, HttpResponse]
Inherited from Filter[HttpRequest, HttpResponse, HttpRequest, HttpResponse]
Inherited from (HttpRequest, Service[HttpRequest, HttpResponse]) ⇒ Future[HttpResponse]
Inherited from AnyRef
Inherited from Any
An HTTP filter which adds circuit breaking to any service. CAn be used on service or client side. Converts unexpected exceptions and broken circuit problems into 503 errors to the upstream client.