Package kos.api
Interface ConfigurationLoadedEventListener
-
public interface ConfigurationLoadedEventListenerA listener for "Configuration Loaded" event. It can be used to read the configuration file, interact with the configured Vert.x components or deploy tailor made Vert.x Verticles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigurationLoadedEventListener.ConfigurationLoadedEvent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidon(ConfigurationLoadedEventListener.ConfigurationLoadedEvent configurationLoadedEvent)
-
-
-
Method Detail
-
on
void on(ConfigurationLoadedEventListener.ConfigurationLoadedEvent configurationLoadedEvent)
-
-