vertx / io.vertx.rxjava.ext.consul / ConsulClient / catalogServiceNodes

catalogServiceNodes

open fun catalogServiceNodes(service: String, resultHandler: Handler<AsyncResult<ServiceList>>): ConsulClient

Returns the nodes providing a service

Parameters

service - name of service

resultHandler - will be provided with list of nodes providing given service

Return
reference to this, for fluency