vertx / io.vertx.reactivex.ext.consul / ConsulClient / catalogNodesWithOptions

catalogNodesWithOptions

open fun catalogNodesWithOptions(options: NodeQueryOptions, resultHandler: Handler<AsyncResult<NodeList>>): ConsulClient

Returns the nodes registered in a datacenter

Parameters

options - options used to request nodes

resultHandler - will be provided with list of nodes

Return
reference to this, for fluency