trait MonitoredHttpClient extends HttpAPIMonitor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MonitoredHttpClient
- HttpAPIMonitor
- HttpErrorRateMeter
- AverageResponseTimer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- implicit abstract val ec: ExecutionContext
- abstract val http: HttpClient
- abstract val httpAPIs: Map[String, String]
- abstract val kenshooRegistry: MetricRegistry
- Definition Classes
- HttpErrorRateMeter
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def countErrors[T](serviceName: String)(future: Future[T])(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- HttpErrorRateMeter
- def doDelete(url: String)(implicit hc: HeaderCarrier): Future[HttpResponse]
- def doEmptyPost[A](url: String)(implicit hc: HeaderCarrier): Future[HttpResponse]
- def doGet(url: String)(implicit hc: HeaderCarrier): Future[HttpResponse]
- def doPost[A](url: String, body: A, headers: Seq[(String, String)])(implicit rds: Writes[A], hc: HeaderCarrier): Future[HttpResponse]
- def doPut[A](url: String, body: A)(implicit rds: Writes[A], hc: HeaderCarrier): Future[HttpResponse]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def meterName[T](serviceName: String, statusCode: Int): String
- Definition Classes
- HttpErrorRateMeter
- def monitor[T](serviceName: String)(function: => Future[T])(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- HttpAPIMonitor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timer[T](serviceName: String)(function: => Future[T])(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- AverageResponseTimer
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()