MailboxFull class
Thrown by ActorRef.send if the message can't be added to actors mailbox because it is full.
- Inheritance
-
- Object
- MessageNotDelivered
- MailboxFull
Constructors
- MailboxFull()
-
const
Properties
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