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

rxHealthChecksWithOptions

open fun rxHealthChecksWithOptions(service: String, options: CheckQueryOptions): Single<CheckList>

Returns the checks associated with the service

Parameters

service - the service name

options - options used to request checks

Return