vertx / io.vertx.reactivex.ext.web.api.contract.openapi3 / OpenAPI3RouterFactory / create

create

open static fun create(vertx: Vertx, url: String, handler: Handler<AsyncResult<OpenAPI3RouterFactory>>): Unit

Create a new OpenAPI3RouterFactory

Parameters

vertx -

url - location of your spec. It can be an absolute path, a local path or remote url (with HTTP protocol)

handler - When specification is loaded, this handler will be called with AsyncResult