Package kos.core
Class DefaultConfigurationLoader
java.lang.Object
kos.core.DefaultConfigurationLoader
- All Implemented Interfaces:
WebServerEventListener
Automatically configures Vert.x components managed by Kos.
-
Nested Class Summary
Nested classes/interfaces inherited from interface kos.api.WebServerEventListener
WebServerEventListener.BeforeDeployWebServerEvent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled before deployVertxWebSerververticle.intpriority()Ensures the configuration will be applied prior to the user defined ones.
-
Constructor Details
-
DefaultConfigurationLoader
public DefaultConfigurationLoader()
-
-
Method Details
-
priority
public int priority()Ensures the configuration will be applied prior to the user defined ones.- Specified by:
priorityin interfaceWebServerEventListener
-
on
Description copied from interface:WebServerEventListenerCalled before deployVertxWebSerververticle.- Specified by:
onin interfaceWebServerEventListener
-