Package io.ebean.event
Interface ServerConfigStartup
-
public interface ServerConfigStartup
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStart(DatabaseConfig config)
On starting configure the DatabaseConfig.
-
-
-
Method Detail
-
onStart
void onStart(DatabaseConfig config)
On starting configure the DatabaseConfig.
-
-