com.soundcloud.twinagle.EndpointMetadata.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twinagle-runtime_2.13 Show documentation
Show all versions of twinagle-runtime_2.13 Show documentation
An implementation of the Twirp protocol on top of Finagle
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)