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

play.db.ebean.orm.EbeanServerExtraConfig Maven / Gradle / Ivy

The newest version!
package play.db.ebean.orm;

import com.typesafe.config.Config;
import io.ebean.config.ServerConfig;

/**
 * Allow third party app to configure Ebean server.
 *
 * @author Thibault Meyer
 * @since 18.12.20
 */
public interface EbeanServerExtraConfig {

    /**
     * Apply extra configuration to the Ebean server before it was started.
     *
     * @param ebeanServerConfig Handle to the Ebean server configuration
     * @param playConfig        Handle to Play configuration
     */
    void applyExtraConfiguration(final ServerConfig ebeanServerConfig, final Config playConfig);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy