![JAR search and dependency download from the Maven repository](/logo.png)
io.dropwizard.cassandra.CassandraConfiguration Maven / Gradle / Ivy
package io.dropwizard.cassandra;
import io.dropwizard.core.Configuration;
/**
* Provides access to Cassandra configuration and factory based on it.
*/
public interface CassandraConfiguration {
CassandraFactory getCassandraFactory(T configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy