MessageQueueFactory class abstract

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

See Factory See MessageQueue

Implemented types
Implementers

Constructors

MessageQueueFactory()

Properties

config_ ↔ ConfigParams?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
references_ ↔ IReferences?
getter/setter pair
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.
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.
toString() String
A string representation of this object.
inherited

Operators

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