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
RpcPacket.type

Members list

Type members

Inherited and Abstract 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 auth(id: RpcPacketId, headers: Map[String, String]): RpcPacket
def buzzerFail(ref: Option[RpcPacketId], cause: String): RpcPacket
def buzzerRequest(id: RpcPacketId, method: IRTMethodId, data: Json): RpcPacket
def buzzerResponse(ref: RpcPacketId, data: Json): RpcPacket
def rpcCritical(error: String, ref: Option[RpcPacketId]): RpcPacket
def rpcFail(ref: Option[RpcPacketId], cause: String): RpcPacket
def rpcRequest(id: RpcPacketId, method: IRTMethodId, data: Json): RpcPacket
def rpcResponse(ref: RpcPacketId, data: Json): RpcPacket

Implicits

Implicits

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