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

catalogNodeServicesWithOptions

open fun catalogNodeServicesWithOptions(node: String, options: BlockingQueryOptions, resultHandler: Handler<AsyncResult<ServiceList>>): ConsulClient

Returns the node's registered services This is blocking query unlike io.vertx.rxjava.ext.consul.ConsulClient#catalogNodeServices

Parameters

node - node name

options - the blocking options

resultHandler - will be provided with list of services

Return
reference to this, for fluency