vertx / io.vertx.rxjava.ext.web.api.contract.openapi3 / OpenAPI3RouterFactory / addFailureHandler

addFailureHandler

open fun addFailureHandler(method: HttpMethod, path: String, failureHandler: Handler<RoutingContext>): DesignDrivenRouterFactory<Any>

Overrides DesignDrivenRouterFactory.addFailureHandler

Add a failure handler to a path with a method. If combination path/method is not available in specification, it will throw a

Parameters

method -

path -

failureHandler -

Return