All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.client.package.scala Maven / Gradle / Ivy

package com.twitter.finagle

package object client {
  /** Transform a service factory stack. */
  type Transformer[Req, Rep] = ServiceFactory[Req, Rep] => ServiceFactory[Req, Rep]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy