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

deregisterCheck

open fun deregisterCheck(checkId: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient

Remove a check from the local agent. The agent will take care of deregistering the check from the Catalog.

Parameters

checkId - the ID of check

resultHandler - will be called when complete

Return
reference to this, for fluency