public class DatabaseConnectionState extends Object implements IChangesConnectionState
Constructor and Description |
---|
DatabaseConnectionState(Action0 onZero,
Action1<DatabaseConnectionState> ensureConnection) |
public DatabaseConnectionState(Action0 onZero, Action1<DatabaseConnectionState> ensureConnection)
public List<Action1<DocumentChangeNotification>> getOnDocumentChangeNotification()
public List<Action1<BulkInsertChangeNotification>> getOnBulkInsertChangeNotification()
public List<Action1<IndexChangeNotification>> getOnIndexChangeNotification()
public List<Action1<TransformerChangeNotification>> getOnTransformerChangeNotification()
public List<Action1<ReplicationConflictNotification>> getOnReplicationConflictNotification()
public List<Action1<DataSubscriptionChangeNotification>> getOnDataSubscriptionNotification()
public List<Action1<ExceptionEventArgs>> getOnError()
public void send(DocumentChangeNotification documentChangeNotification)
public void send(IndexChangeNotification indexChangeNotification)
public void send(TransformerChangeNotification transformerChangeNotification)
public void send(ReplicationConflictNotification replicationConflictNotification)
public void send(BulkInsertChangeNotification bulkInsertChangeNotification)
public void send(DataSubscriptionChangeNotification dataSubscriptionChangeNotification)
public void error(Exception e)
error
in interface IChangesConnectionState
public void inc()
inc
in interface IChangesConnectionState
public void dec()
dec
in interface IChangesConnectionState
Copyright © 2016. All Rights Reserved.