Package com.netflix.karyon.server.lifecycle

Class Summary
ServerInitializer This class holds the karyon initialization logic that constitutes of the following: Register the application with eureka (if enabled) Find all components (annotated with @Component) and instantiate them. Find the application class (annotated with @Application) and instantiate it. This also provides a Closeable.close() to cleanup upon shutdown.