Package kos.api
Interface ConfigurationLoadedEventListener
public interface ConfigurationLoadedEventListener
A 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 ClassesModifier and TypeInterfaceDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidon(ConfigurationLoadedEventListener.ConfigurationLoadedEvent configurationLoadedEvent)
-
Method Details
-
on
-