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

com.avaje.ebean.event.ServerConfigStartup Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebean.event;

import com.avaje.ebean.config.ServerConfig;

/**
 * Used to configure the server on startup.
 * 

* Provides a simple way to construct and register multiple listeners and * adapters that need shared services without using DI. *

* * @author Robin Bygrave */ public interface ServerConfigStartup { /** * On starting configure the ServerConfig. */ void onStart(ServerConfig serverConfig); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy