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

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