open static fun deployVerticle(vertx: Vertx, verticle: Verticle): Observable<String>
Deploy a verticle you have created yourself, using an RxJava vertx instance.
verticle - the verticle instance to deploy
Return
the response observable
open static fun deployVerticle(vertx: Vertx, verticle: Verticle, options: DeploymentOptions): Observable<String>
Like #deployVerticle(Vertx, Verticle), but io.vertx.core.DeploymentOptions are provided to configure the deployment.
verticle - the verticle instance to deploy
options - the deployment options.
Return
the response observable