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

com.twitter.scrooge.ThriftService.scala Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package com.twitter.scrooge


/**
 * A marker trait for interfaces that represent thrift services.
 */
trait ThriftService

/**
 * A trait indicating that this can be converted to a ThriftService
 */
trait ToThriftService {
  /** Create a ThriftService */
  def toThriftService: ThriftService
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy