Registry class abstract

Implementers

Constructors

Registry()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satellites Map<DbName, Satellite>
no setter

Methods

ensureAlreadyStarted(DbName dbName) Future<Satellite>
ensureStarted({required DbName dbName, required DBSchema dbDescription, required DatabaseAdapter adapter, required Migrator migrator, required Notifier notifier, required SocketFactory socketFactory, required HydratedConfig config}) Future<Satellite>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop(DbName dbName) Future<void>
stopAll() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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