open fun catalogServiceNodes(service: String, resultHandler: Handler<AsyncResult<ServiceList>>): ConsulClient
Returns the nodes providing a service
resultHandler - will be provided with list of nodes providing given service
Return
reference to this, for fluency