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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStart(DatabaseConfig config)On starting configure the DatabaseConfig.
 
- 
- 
- 
Method Detail- 
onStartvoid onStart(DatabaseConfig config) On starting configure the DatabaseConfig.
 
- 
 
-