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

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

There is a newer version: 7.0.0
Show newest version
package com.twitter.finagle

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy