HttpServerServiceDescriptor class

Properties

bindingType Type
Type to which this service is going to get bound to.
no setter
conditions List<Condition>
Conditions required by this service.
no setter
dependencies List<InjectorKey>
Dependencies required by this service.
no setter
hashCode int
The hash code for this object.
no setterinherited
optional bool
Defines if this service is optional and can be skipped.
no setterinherited
optionalDependencies List<InjectorKey>
Optional dependencies of this service.
no setterinherited
publications List<InjectorKey>
All dependencies which could be published by this service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceType Type
Actual type of the service that will be instantiated
no setter

Methods

instantiate(Injector injector) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(DarwinSystem system, dynamic obj) Future<void>
The start signal handler of this service.
stop(DarwinSystem system, dynamic obj) Future<void>
The stop signal handler of this service.
toString() String
A string representation of this object.
inherited

Operators

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