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

com.twitter.finatra.http.routing.Services.scala Maven / Gradle / Ivy

package com.twitter.finatra.http.routing

import com.twitter.finagle.Service
import com.twitter.finagle.http.{Request, Response}

private[http] case class Services(
  routesByType: RoutesByType,
  adminService: Service[Request, Response],
  externalService: Service[Request, Response])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy