Satellite class abstract
- Implemented types
- Implementers
Constructors
Properties
- adapter → DatabaseAdapter
-
no setter
- connectivityState ↔ ConnectivityState?
-
getter/setter pair
- dbName → DbName
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- migrator → Migrator
-
no setter
- notifier → Notifier
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticate(
String token) → Future< void> -
clearReplicationTransform(
QualifiedTablename tableName) → void -
clientDisconnect(
) → void -
connectWithBackoff(
) → Future< void> -
disconnect(
SatelliteException? error) → void -
hasToken(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setReplicationTransform(
QualifiedTablename tableName, ReplicatedRowTransformer< DbRecord> transform) → void -
setToken(
String token) → void -
start(
AuthConfig? authConfig) → Future< void> -
stop(
{bool? shutdown}) → Future< void> -
subscribe(
List< Shape> shapes, [String? key]) → Future<ShapeSubscription> -
inherited
-
syncStatus(
String key) → SyncStatus -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribe(
List< String> keys) → Future<void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited