DarwinSystemBeanMixin mixin

Superclass constraints
Mixin applications
Available extensions

Properties

beanMixin DarwinSystemBeanMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
daemons List<Future>
getter/setter pairinherited
darwinSystemModule ↔ Module
getter/setter pairinherited
eventbus ↔ EventBus
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
injector ↔ Injector
getter/setter pairinherited
loggingMixin DarwinSystemLoggingMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
pluginMixin DarwinSystemPluginMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
profileMixin DarwinSystemProfileMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceMixin DarwinSystemServiceMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare(DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) Future<void>
inherited
registerBean(Bean bean, FutureOr func()) → void
Registers a bean at runtime with its supplier function func.
start(DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) Future<void>
inherited
stop() Future<void>
inherited
toString() String
A string representation of this object.
inherited
unregisterBean(Bean bean) → void
Unregisters a bean at runtime if present.

Operators

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