All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.couchbase.lite.AsyncTask Maven / Gradle / Ivy

package com.couchbase.lite;

/**
 * A delegate that can be run in a transaction on a Database.
 */
public interface AsyncTask {
    void run(Database database);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy