open fun catalogNodesWithOptions(options: NodeQueryOptions, resultHandler: Handler<AsyncResult<NodeList>>): ConsulClient
Returns the nodes registered in a datacenter
options - options used to request nodes
resultHandler - will be provided with list of nodes
Return
reference to this, for fluency