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

com.microsoft.azure.documentdb.internal.RetryCreateDocumentDelegate Maven / Gradle / Ivy

package com.microsoft.azure.documentdb.internal;

import com.microsoft.azure.documentdb.Document;
import com.microsoft.azure.documentdb.DocumentClientException;
import com.microsoft.azure.documentdb.ResourceResponse;

/**
 * Define a delegate used by the RetryUtility to retry an document create operation.
 */
public abstract interface RetryCreateDocumentDelegate {
    abstract ResourceResponse apply() throws DocumentClientException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy