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

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

package com.microsoft.azure.documentdb.internal;

import com.microsoft.azure.documentdb.DocumentClientException;

/**
 * Defines an interface for sending request and process the response from the Azure Cosmos DB database service.
 */
public interface StoreModel {
    DocumentServiceResponse processMessage(DocumentServiceRequest request) throws DocumentClientException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy