Uses of Interface
io.vertx.launcher.application.HookContext
Packages that use HookContext
-
Uses of HookContext in io.vertx.launcher.application
Methods in io.vertx.launcher.application with parameters of type HookContextModifier and TypeMethodDescriptiondefault voidVertxApplicationHooks.afterFailureToDeployVerticle(HookContext context, Throwable t) Invoked after the verticle has failed to be deployed.default voidVertxApplicationHooks.afterFailureToStartVertx(HookContext context, Throwable t) Invoked after Vert.x has failed to start.default voidVertxApplicationHooks.afterFailureToStopVertx(HookContext context, Throwable t) Invoked after Vert.x has failed to stop.default voidVertxApplicationHooks.afterVerticleDeployed(HookContext context) Invoked after the verticle has been deployed successfully.default voidVertxApplicationHooks.afterVertxStarted(HookContext context) Invoked after Vert.x has started successfully.default voidVertxApplicationHooks.afterVertxStopped(HookContext context) Invoked after Vert.x has stopped successfully.default voidVertxApplicationHooks.beforeDeployingVerticle(HookContext context) Invoked before deploying the main verticle.default voidVertxApplicationHooks.beforeStartingVertx(HookContext context) Invoked before starting Vert.x.default voidVertxApplicationHooks.beforeStoppingVertx(HookContext context) Invoked before stopping Vert.x.