Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.reactivex.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
CheckQueryOptions |
CheckQueryOptions.setBlockingOptions(BlockingQueryOptions options)
Set options for blocking query
|
CheckQueryOptions |
CheckQueryOptions.setNear(String near)
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
|
Modifier and Type | Method and Description |
---|---|
static void |
CheckQueryOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
CheckQueryOptions obj) |
ConsulClient |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service
|
ConsulService |
ConsulService.healthChecksWithOptions(String service,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler) |
ConsulClient |
ConsulClient.healthStateWithOptions(HealthState healthState,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
ConsulService |
ConsulService.healthStateWithOptions(HealthState healthState,
CheckQueryOptions checkQueryOptions,
Handler<AsyncResult<CheckList>> handler) |
static void |
CheckQueryOptionsConverter.toJson(CheckQueryOptions obj,
JsonObject json) |
static void |
CheckQueryOptionsConverter.toJson(CheckQueryOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service
|
ConsulService |
ConsulService.healthChecksWithOptions(String service,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler) |
ConsulClient |
ConsulClient.healthStateWithOptions(HealthState healthState,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
ConsulService |
ConsulService.healthStateWithOptions(HealthState healthState,
CheckQueryOptions checkQueryOptions,
Handler<AsyncResult<CheckList>> handler) |
Single<CheckList> |
ConsulClient.rxHealthChecksWithOptions(String service,
CheckQueryOptions options)
Returns the checks associated with the service
|
Single<CheckList> |
ConsulService.rxHealthChecksWithOptions(String service,
CheckQueryOptions options) |
Single<CheckList> |
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
CheckQueryOptions options)
Returns the checks in the specified status
|
Single<CheckList> |
ConsulService.rxHealthStateWithOptions(HealthState healthState,
CheckQueryOptions checkQueryOptions) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.healthChecksWithOptions(String service,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks associated with the service
|
ConsulClient |
ConsulClient.healthStateWithOptions(HealthState healthState,
CheckQueryOptions options,
Handler<AsyncResult<CheckList>> resultHandler)
Returns the checks in the specified status
|
Single<CheckList> |
ConsulClient.rxHealthChecksWithOptions(String service,
CheckQueryOptions options)
Returns the checks associated with the service
|
Single<CheckList> |
ConsulClient.rxHealthStateWithOptions(HealthState healthState,
CheckQueryOptions options)
Returns the checks in the specified status
|
Copyright © 2023 Eclipse. All rights reserved.