Package

com.featurefm.riversong

client

Permalink

package client

Created by yardena on 1/18/16.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Context = Map[String, Any]

    Permalink
  2. type FlowType = Flow[RequestInContext, ResponseInContext, Any]

    Permalink
  3. class HttpClient extends HttpClientInterface

    Permalink

    Created by yardena on 11/1/15.

  4. trait HttpClientFactory[C <: HttpClientInterface] extends AnyRef

    Permalink
  5. trait HttpClientInterface extends Json4sProtocol with Instrumented

    Permalink

    Created by yardena on 1/6/16.

  6. class HttpSiteClient extends HttpClientInterface

    Permalink

    Created by yardena on 1/4/16.

  7. trait InContext[T] extends AnyRef

    Permalink

    Created by yardena on 1/18/16.

  8. trait MetricImplicits extends AnyRef

    Permalink

    Created by yardena on 1/6/16.

  9. type RequestInContext = InContext[HttpRequest]

    Permalink
  10. type ResponseInContext = InContext[Try[HttpResponse]]

    Permalink
  11. trait ServiceClient extends Configurable with Json4sProtocol with HealthCheck

    Permalink

    Created by yardena on 11/8/15.

Inherited from AnyRef

Inherited from Any

Ungrouped