open fun coordinateDatacenters(resultHandler: Handler<AsyncResult<MutableList<DcCoordinates>>>): ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
resultHandler - will be provided with network coordinates for all Consul servers
Return
reference to this, for fluency