Component class
Abstract component that supportes configurable dependencies, logging and performance counters.
Configuration parameters
- dependencies:
dependency name 1
: Dependency 1 locator (descriptor)- ...
dependency name N
: Dependency N locator (descriptor)
References
Constructors
Properties
- counters ↔ CompositeCounters
-
read / write
- dependencyResolver ↔ DependencyResolver
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- logger ↔ CompositeLogger
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
configure(
ConfigParams config) → void - Configures component by passing configuration parameters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
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