TestMessageReceiver class

Implemented types

Constructors

TestMessageReceiver()

Properties

hashCode int
The hash code for this object.
no setterinherited
messageCount int
Gets the received message count.
no setter
messages List<MessageEnvelope>
Gets the list of received messages.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear(IContext? context) Future
Clears component state.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiveMessage(MessageEnvelope envelope, IMessageQueue queue) Future
Receives incoming message from the queue.
override
toString() String
A string representation of this object.
inherited

Operators

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