Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
ServiceEntryList |
ServiceEntryList.setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested list of services
|
ServiceEntryList |
ServiceEntryList.setList(List<ServiceEntry> list)
Set list of services
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceEntryListConverter.fromJson(JsonObject json,
ServiceEntryList obj) |
static void |
ServiceEntryListConverter.toJson(ServiceEntryList obj,
JsonObject json) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.healthServiceNodes(String service,
boolean passing,
Handler<AsyncResult<ServiceEntryList>> resultHandler)
Returns the nodes providing the service.
|
ConsulClient |
ConsulClient.healthServiceNodesWithOptions(String service,
boolean passing,
BlockingQueryOptions options,
Handler<AsyncResult<ServiceEntryList>> resultHandler)
Returns the nodes providing the service.
|
Modifier and Type | Method and Description |
---|---|
rx.Single<ServiceEntryList> |
ConsulClient.rxHealthServiceNodes(String service,
boolean passing)
Returns the nodes providing the service.
|
rx.Single<ServiceEntryList> |
ConsulClient.rxHealthServiceNodesWithOptions(String service,
boolean passing,
BlockingQueryOptions options)
Returns the nodes providing the service.
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.healthServiceNodes(String service,
boolean passing,
Handler<AsyncResult<ServiceEntryList>> resultHandler)
Returns the nodes providing the service.
|
ConsulClient |
ConsulClient.healthServiceNodesWithOptions(String service,
boolean passing,
BlockingQueryOptions options,
Handler<AsyncResult<ServiceEntryList>> resultHandler)
Returns the nodes providing the service.
|
Copyright © 2017. All rights reserved.