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

rxRegisterCheck

open fun rxRegisterCheck(checkOptions: CheckOptions): Single<Void>

Add a new check to the local agent. The agent is responsible for managing the status of the check and keeping the Catalog in sync.

Parameters

checkOptions - options used to register new check

Return