RPCCallContext

wvlet.airframe.http.internal.RPCCallContext
case class RPCCallContext(rpcMethod: RPCMethod, rpcMethodSurface: MethodSurface, rpcArgs: Seq[Any])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def rpcClassName: String
def rpcInterfaceName: String
def rpcMethodName: String
def withRPCArgs(rpcArgs: Seq[Any]): RPCCallContext

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product