struct SimpleRpc::Context
- SimpleRpc::Context
- Struct
- Value
- Object
Defined in:
simple_rpc/context.crConstructors
Instance Method Summary
- #args_count : UInt32
- #clone
- #copy_with(msgid _msgid = @msgid, method _method = @method, args_count _args_count = @args_count, unpacker _unpacker = @unpacker, io _io = @io, notify _notify = @notify)
- #io : IO
- #method : String
- #msgid : UInt32
- #notify : Bool
- #skip_values(n)
- #unpacker : MessagePack::IOUnpacker
- #write_error(msg)
- #write_result(res)
Constructor Detail
def self.new(msgid : UInt32, method : String, args_count : UInt32, unpacker : MessagePack::IOUnpacker, io : IO, notify : Bool)
#
Instance Method Detail
def copy_with(msgid _msgid = @msgid, method _method = @method, args_count _args_count = @args_count, unpacker _unpacker = @unpacker, io _io = @io, notify _notify = @notify)
#