The configuration is responsible for providing the basic application components such as modules and event listeners. It can be seen as the developer's entry point into the framework.

Methods

close ():Void

Close event - called when the server closes

getModules ():Iterable<Module>

Returns:

The modules contained in the application

getServerEventListeners ():Iterable<ServerEventListener>

Returns:

The components that listens to server events

init ():Void

Init event - called when the server starts