com.avaje.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.

Author:
Robin Bygrave

Method Summary
 void onStart(ServerConfig serverConfig)
          On starting configure the ServerConfig.
 

Method Detail

onStart

void onStart(ServerConfig serverConfig)
On starting configure the ServerConfig.



Copyright © 2012. All Rights Reserved.