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

com.azure.cosmos.implementation.IOpenConnectionsHandler Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.cosmos.implementation;

import com.azure.cosmos.implementation.directconnectivity.Uri;
import com.azure.cosmos.implementation.directconnectivity.rntbd.ProactiveOpenConnectionsProcessor;
import com.azure.cosmos.implementation.directconnectivity.rntbd.RntbdEndpoint;
import reactor.core.publisher.Flux;

import java.net.URI;
import java.util.List;

public interface IOpenConnectionsHandler {
    Flux openConnections(String collectionRid, List endpoints, int minConnectionsRequiredForEndpoint);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy