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

localServices

open fun localServices(resultHandler: Handler<AsyncResult<MutableList<Service>>>): ConsulClient

Returns list of services registered with the local agent.

Parameters

resultHandler - will be provided with list of services

Return
reference to this, for fluency