vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / agentInfoAwait

agentInfoAwait

suspend fun ConsulClient.agentInfoAwait(): JsonObject

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

Returnreference
to this, for fluency *