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

com.couchbase.lite.support.RemoteRequestCompletionBlock Maven / Gradle / Ivy

package com.couchbase.lite.support;


import org.apache.http.HttpResponse;

public interface RemoteRequestCompletionBlock {

    public void onCompletion(HttpResponse httpResponse, Object result, Throwable e);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy