MemoryMessageQueueFactory class

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?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
references_ ↔ IReferences?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 nonexistent 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