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

com.microsoft.azure.documentdb.internal.directconnectivity.AddressCache Maven / Gradle / Ivy

package com.microsoft.azure.documentdb.internal.directconnectivity;

import com.microsoft.azure.documentdb.DocumentClientException;
import com.microsoft.azure.documentdb.internal.DocumentServiceRequest;

public abstract class AddressCache {
    public abstract AddressInformation[] resolve(DocumentServiceRequest request) throws DocumentClientException;

    public abstract void retargetEndpoint(String endpoint);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy