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

rxCatalogServiceNodesWithOptions

open fun rxCatalogServiceNodesWithOptions(service: String, options: ServiceQueryOptions): Single<ServiceList>

Returns the nodes providing a service

Parameters

service - name of service

options - options used to request services

Return