suspend fun ConsulClient.coordinateDatacentersAwait(): List<DcCoordinates>
Returns the WAN network coordinates for all Consul servers, organized by DCs
resultHandler
- will be provided with network coordinates for all Consul servers
Returnreference
to this, for fluency *