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

rxDeregisterService

open fun rxDeregisterService(id: String): Completable

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