vertx / io.vertx.rxjava.ext.web.api.contract / RouterFactory / addHandler

addHandler

abstract fun addHandler(method: HttpMethod, path: String, handler: Handler<RoutingContext>): RouterFactory<Any>

Add an handler to a path with a method. If combination path/method is not available in specification, it will throw a io.vertx.rxjava.ext.web.api.contract.RouterFactoryException. Deprecated in favour of operation id

Parameters

method -

path -

handler -

Return