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

com.marklogic.xcc.spi.ConnectionProvider Maven / Gradle / Ivy

The newest version!
package com.marklogic.xcc.spi;

import com.marklogic.xcc.ContentSource;

/**
 * This interface defines a provider of Sockets for a {@link ContentSource}.
 * Policies such as load balancing or failover can be implemented by supplying a
 * custom {@link ConnectionProvider}.
 *
 * @see 
 * Interface ConnectionProvider
 */
public interface ConnectionProvider {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy