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

com.bendb.dropwizard.jooq.MultiDatabaseConfiguration Maven / Gradle / Ivy

There is a newer version: 3.0.0-0
Show newest version
package com.bendb.dropwizard.jooq;

import io.dropwizard.Configuration;
import io.dropwizard.db.DataSourceFactory;
import java.util.SortedMap;

public interface MultiDatabaseConfiguration {

    /**
     * Override to add multiple data source factories to the bundle, each distinguished by a unique name.
     *
     * @param configuration a Configuration
     * @return a SortedMap containing DataSourceFactories, with the key being a String name.
     */
    SortedMap getSecondaryDataSourceFactories(T configuration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy