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

rxDeregisterService

open fun rxDeregisterService(id: String): Single<Void>

Remove a service from the local agent. The agent will take care of deregistering the service with the Catalog. If there is an associated check, that is also deregistered.

Parameters

id - the ID of service

Return