open static fun create(vertx: Vertx, url: String, handler: Handler<AsyncResult<OpenAPI3RouterFactory>>): Unit
Create a new OpenAPI3RouterFactory
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