Developer Documentation

MsgPackMessageType

public enum MsgPackMessageType

Msgpack RPC spec https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md

Properties

NameDescription
RequestFormat: [type, msgid, method, params]
ResponseFormat: [type, msgid, error, result]
NotificationFormat: [type, method, params]