open static fun rxCreate(vertx: Vertx, url: String): Single<OpenAPI3RouterFactory>
Create a new OpenAPI3RouterFactory
vertx -
vertx
url - location of your spec. It can be an absolute path, a local path or remote url (with HTTP protocol)
url
Return