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

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

package com.couchbase.lite;

/**
 * A delegate that can be run in a transaction on a Database.
 */
public interface TransactionalTask {
    /**
     * Run in a transaction
     *
     * @return true if the transaction should be committed, otherwise false.
     */
    boolean run();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy