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

agentInfo

open fun agentInfo(resultHandler: Handler<AsyncResult<JsonObject>>): ConsulClient

Returns the configuration and member information of the local agent

Parameters

resultHandler - will be provided with the configuration and member information of the local agent

Return
reference to this, for fluency