RpcPacket

izumi.idealingua.runtime.rpc.RpcPacket$
See theRpcPacket companion class
object RpcPacket

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def buzzerFail(ref: Option[RpcPacketId], cause: String): RpcPacket
def buzzerRequestRndId(method: IRTMethodId, data: Json): RpcPacket
def buzzerResponse(ref: RpcPacketId, data: Json): RpcPacket
def rpcCritical(data: String, cause: String): RpcPacket
def rpcFail(ref: Option[RpcPacketId], cause: String): RpcPacket
def rpcRequestRndId(method: IRTMethodId, data: Json): RpcPacket
def rpcResponse(ref: RpcPacketId, data: Json): RpcPacket

Implicits

Implicits

implicit def dec0: Decoder[RpcPacket]
implicit def enc0: Encoder[RpcPacket]