MessageQueueFactory class Null safety
Creates IMessageQueue components by their descriptors. Name of created message queue is taken from its descriptor.
See Factory See MessageQueue
- Inheritance
- Implemented types
- Implementers
Constructors
Properties
- config_ ↔ ConfigParams?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- references_ ↔ IReferences?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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.
override
-
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.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited