Uses of Interface
io.vertx.launcher.application.VertxApplicationHooks
Packages that use VertxApplicationHooks
-
Uses of VertxApplicationHooks in io.vertx.launcher.application
Fields in io.vertx.launcher.application declared as VertxApplicationHooksModifier and TypeFieldDescriptionstatic final VertxApplicationHooksVertxApplicationHooks.DEFAULTConstructors in io.vertx.launcher.application with parameters of type VertxApplicationHooksModifierConstructorDescriptionVertxApplication(String[] args, VertxApplicationHooks hooks) LikeVertxApplication(String[]), with the providedhooks.protectedVertxApplication(String[] args, VertxApplicationHooks hooks, boolean printUsageOnFailure, boolean exitOnFailure) May be invoked by subclasses to customize behavior.