Class QuarkusBootstrap

java.lang.Object
io.quarkus.bootstrap.app.QuarkusBootstrap
All Implemented Interfaces:
Serializable

public class QuarkusBootstrap extends Object implements Serializable
The entry point for starting/building a Quarkus application. This class sets up the base class loading architecture. Once this has been established control is passed into the new class loaders to allow for customisation of the boot process.
See Also: