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

coordinateDatacentersAwait

suspend fun ConsulClient.coordinateDatacentersAwait(): List<DcCoordinates>

Returns the WAN network coordinates for all Consul servers, organized by DCs

Parameters

resultHandler - will be provided with network coordinates for all Consul servers

Returnreference
to this, for fluency *