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

com.fnklabs.draenei.orm.CassandraClientFactory Maven / Gradle / Ivy

package com.fnklabs.draenei.orm;

import com.fnklabs.draenei.CassandraClient;

/**
 * Factory that must create and return instance of {@link CassandraClient}
 */
public interface CassandraClientFactory {
    CassandraClient create();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy