Record

broker-message

A message sent to or received from a broker

record broker-message {
  subject: string,
  body: list​<u8>,
  reply-to: option​<string>,
}

Fields

NameTypeDescription
subjectstring
bodylist​<u8>
reply-tooption​<string>