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

com.soundcloud.twinagle.EndpointMetadata.scala Maven / Gradle / Ivy

The newest version!
package com.soundcloud.twinagle

/** EndpointMetadata represents a Twirp RPC endpoint.
  *
  * @param service absolute name of the Twirp service.
  * @param rpc     name of the RPC endpoint within the Twirp service.
  */
case class EndpointMetadata(service: String, rpc: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy