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
-
- Object
- Factory
- MessageQueueFactory
- MemoryMessageQueueFactory
Constructors
- MemoryMessageQueueFactory()
- Create a new instance of the factory.
Properties
- config_ ↔ ConfigParams?
-
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- references_ ↔ IReferences?
-
read / writeinherited
- 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.
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