IMessageQueueConnection class abstract

Defines an interface for message queue connections

Constructors

IMessageQueueConnection()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createQueue(String name) Future<void>
Creates a message queue. If connection doesn't support this function it exists without error.
deleteQueue(String name) Future<void>
Deletes a message queue. If connection doesn't support this function it exists without error.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readQueueNames() Future<List<String>>
Reads a list of registered queue names. If connection doesn't support this function returnes an empty list. Кeturns a list with registered queue names.
toString() String
A string representation of this object.
inherited

Operators

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