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