toString method

  1. @override
String toString()
override

Return a string representation of the message.

Implementation

@override
String toString() {
  return "[subject=$subject, content=${Utf8Decoder(allowMalformed: true).convert(content)}, closure=$closure, retained=$retained, qos=$qos, messageType=$messageType, seq=$seq, epoch=$epoch, replySubject=$replySubject, compressed=$compression]";
}