MethodCodec

rpc.MethodCodec
See theMethodCodec companion object
trait MethodCodec[Service, Input, Output]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type In = Input
type Out = Output

Value members

Abstract methods

def call: Call[Service, Input, Output]
def inputCodec: ReadWriter[Input]
def name: String
def outputCodec: ReadWriter[Output]