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

rxCreate

open static fun rxCreate(vertx: Vertx, url: String): Single<OpenAPI3RouterFactory>

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)

Return