vertx / io.vertx.ext.web.api.contract / RouterFactoryOptions / addGlobalHandler

addGlobalHandler

open fun addGlobalHandler(globalHandler: Handler<RoutingContext>): RouterFactoryOptions

Add global handler to be applied prior to io.vertx.ext.web.Router being generated.

Parameters

globalHandler -

Return
this object