BasicReturnMessage class abstract

Constructors

BasicReturnMessage()

Properties

exchangeName String
Get the name of the exchange where returned message was sent to.
no setter
hashCode int
The hash code for this object.
no setterinherited
payload Uint8List?
Get the payload as a Uint8List
no setter
payloadAsJson Map?
Get the payload as a Map. This method will pass the message payload through a JSON decoded and return the decoded JSON data as a Map.
no setter
payloadAsString String?
Get the payload as a String. This method will pass the message payload through UTF8.decode and return the decoded string.
no setter
properties MessageProperties?
Get the properties that were included with the message metadata
no setter
replyCode int
The reply code for the return message
no setter
replyText String
The localised reply text. This text can be logged as an aid to resolving issues.
no setter
routingKey String
Get the routing key for the returned message message. The method will return null if the message did not arrive through an exchange (e.g. posted directly to a queue).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited