vertx / io.vertx.rxjava.ext.consul / ConsulClient / rxRegisterService

rxRegisterService

open fun rxRegisterService(serviceOptions: ServiceOptions): Single<Void>

Adds a new service, with an optional health check, to the local agent.

Parameters

serviceOptions - the options of new service

Return