Minion::Frame
Inherits Struct < Value < Object
Represents a chunk of data to be transmitted, or that has been received.
Verbs: L -- log C - Command R - Response T - Telemetry Q - Query Key/Value Store S - Set Key/Value
Constructors
new(verb : String | Symbol, uuid : UUID = UUID.new, data : Array(String) = [] of String)
Sourcenew(verb : String | Symbol, uuid : String, data : Array(String) = [] of String)
Sourcenew(tuple : Tuple(String, String, Array(String)))
SourceClass methods
from_msgpack(buffer : Slice(UInt8))
Sourceinflate(tup : Tuple(String, String, Array(String)))
SourceInstance methods
data
Sourcedata=(data : Array(String))
Sourcesymbol_to_string(verb)
Sourceto_msgpack
Sourceuuid
Sourceverb
Sourceverb=(verb : String)
Source