Uses of Interface
io.vertx.launcher.application.VertxApplicationHooks
-
Packages that use VertxApplicationHooks Package Description io.vertx.launcher.application -
-
Uses of VertxApplicationHooks in io.vertx.launcher.application
Fields in io.vertx.launcher.application declared as VertxApplicationHooks Modifier and Type Field Description static VertxApplicationHooks
VertxApplicationHooks. DEFAULT
Constructors in io.vertx.launcher.application with parameters of type VertxApplicationHooks Constructor Description VertxApplication(String[] args, VertxApplicationHooks hooks)
LikeVertxApplication(String[])
, with the providedhooks
.VertxApplication(String[] args, VertxApplicationHooks hooks, boolean printUsageOnFailure, boolean exitOnFailure)
May be invoked by subclasses to customize behavior.
-