QueuesClient class
Constructors
- QueuesClient.new({required RoomClient room})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- room ↔ RoomClient
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
String name) → Future< void> -
drain(
String name) → Future< void> -
list(
) → Future< List< Queue> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
String name) → Future< void> -
receive(
String name, {bool create = true, bool wait = true}) → Future< Map< String, dynamic> ?> -
send(
String name, Map< String, dynamic> message, {bool create = true}) → Future<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited