vertx / io.vertx.rxjava.ext.web.api.contract / DesignDrivenRouterFactory / getRouter

getRouter

abstract fun getRouter(): Router

Construct a new router based on spec. It will fail if you are trying to mount a spec with security schemes without assigned handlers Note: Router is constructed in this function, so it will be respected the path definition ordering.

Return