Client class abstract
Constructors
- Client()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticate(
AuthState authState) → Future< AuthResponse> -
clearReplicationTransform(
QualifiedTablename tableName) → void -
connect(
) → Future< void> -
disconnect(
) → void -
enqueueTransaction(
DataTransaction transaction) → void -
getLastSentLsn(
) → LSN -
getOutboundReplicationStatus(
) → ReplicationStatus -
isConnected(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setReplicationTransform(
QualifiedTablename tableName, ReplicatedRowTransformer< DbRecord> transform) → void -
shutdown(
) → Future< void> -
startReplication(
LSN? lsn, String? schemaVersion, List< String> ? subscriptionIds, List<Int64> observedTransactionData) → Future<StartReplicationResponse> -
stopReplication(
) → Future< StopReplicationResponse> -
subscribe(
String subscriptionId, List< ShapeRequest> shapes) → Future<SubscribeResponse> -
subscribeToAdditionalData(
AdditionalDataCallback callback) → void Function() -
subscribeToError(
ErrorCallback callback) → void Function() -
subscribeToGoneBatch(
GoneBatchCallback callback) → void Function() -
subscribeToOutboundStarted(
OutboundStartedCallback callback) → void Function() -
subscribeToRelations(
RelationCallback callback) → void Function() -
subscribeToSubscriptionEvents(
SubscriptionDeliveredCallback successCallback, SubscriptionErrorCallback errorCallback) → SubscriptionEventListeners -
subscribeToTransactions(
TransactionCallback callback) → void Function() -
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribe(
List< String> subIds) → Future<UnsubscribeResponse> -
unsubscribeToSubscriptionEvents(
SubscriptionEventListeners listeners) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited