RPCMethod

case class RPCMethod(path: String, rpcInterface: String, methodName: String, requestSurface: Surface, responseSurface: Surface)

RPC endpoint information

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

Value members

Concrete methods

def logData: ListMap[String, Any]

Generate a map representation of this method for logging purpose

Generate a map representation of this method for logging purpose

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product