MemoryMessageQueueFactory class Null safety

Creates MemoryMessageQueue components by their descriptors. Name of created message queue is taken from its descriptor.

See Factory See MemoryMessageQueue

Inheritance

Constructors

MemoryMessageQueueFactory()
Create a new instance of the factory.

Properties

config_ ConfigParams?
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
references_ IReferences?
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

canCreate(dynamic locator) → dynamic
Checks if this factory is able to create component by given locator. [...]
inherited
configure(ConfigParams config) → void
Configures component by passing configuration parameters. [...]
inherited
create(dynamic locator) → dynamic
Creates a component identified by given locator. [...]
inherited
createQueue(String name) IMessageQueue
Creates a message queue component and assigns its name. [...]
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
register(dynamic locator, dynamic factory(dynamic locator)) → void
Registers a component using a factory method. [...]
inherited
registerAsType(dynamic locator, dynamic type) → void
Registers a component using its type (a constructor function). [...]
inherited
setReferences(IReferences references) → void
Sets references to dependent components. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Static Properties

MemoryQueueDescriptor Descriptor
final