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

com.github.ltsopensource.zookeeper.ZookeeperTransporter Maven / Gradle / Ivy

package com.github.ltsopensource.zookeeper;


import com.github.ltsopensource.core.cluster.Config;
import com.github.ltsopensource.core.spi.SPI;
import com.github.ltsopensource.core.spi.SpiExtensionKey;

@SPI(key = SpiExtensionKey.ZK_CLIENT_KEY, dftValue = "zkclient")
public interface ZookeeperTransporter {

    ZkClient connect(Config config);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy