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

com.twitter.finagle.thrift.service.ReqRepServicePerEndpointBuilder.scala Maven / Gradle / Ivy

There is a newer version: 24.2.0
Show newest version
package com.twitter.finagle.thrift.service

/**
 * Typeclass ReqRepServicePerEndpointBuilder[T] creates T-typed interfaces from thrift clients.
 *
 * Scrooge generates implementations of this builder.
 */
trait ReqRepServicePerEndpointBuilder[
  ReqRepServicePerEndpoint <: Filterable[
    ReqRepServicePerEndpoint
  ]] extends ServicePerEndpointBuilder[ReqRepServicePerEndpoint]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy