IMessageQueueConnection class Null safety

Defines an interface for message queue connections

Constructors

IMessageQueueConnection()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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 non-existent 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