interface ServerConfiguration
package harfang.configuration
implemented by AbstractServerConfiguration
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
getServerEventListeners ():Iterable<ServerEventListener>
Returns:
The components that listens to server events