com.marklogic.xcc.spi.ConnectionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlcalabash-extension-stubs Show documentation
Show all versions of xmlcalabash-extension-stubs Show documentation
This artifact defines API stubs for compiling extension classes.
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