Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
NodeList |
NodeList.setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested list of nodes
|
NodeList |
NodeList.setList(List<Node> list)
Set list of nodes
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeListConverter.fromJson(JsonObject json,
NodeList obj) |
static void |
NodeListConverter.toJson(NodeList obj,
JsonObject json) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.catalogNodes(Handler<AsyncResult<NodeList>> resultHandler)
Returns the nodes registered in a datacenter
|
ConsulClient |
ConsulClient.catalogNodesWithOptions(NodeQueryOptions options,
Handler<AsyncResult<NodeList>> resultHandler)
Returns the nodes registered in a datacenter
|
Modifier and Type | Method and Description |
---|---|
rx.Single<NodeList> |
ConsulClient.rxCatalogNodes()
Returns the nodes registered in a datacenter
|
rx.Single<NodeList> |
ConsulClient.rxCatalogNodesWithOptions(NodeQueryOptions options)
Returns the nodes registered in a datacenter
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.catalogNodes(Handler<AsyncResult<NodeList>> resultHandler)
Returns the nodes registered in a datacenter
|
ConsulClient |
ConsulClient.catalogNodesWithOptions(NodeQueryOptions options,
Handler<AsyncResult<NodeList>> resultHandler)
Returns the nodes registered in a datacenter
|
Copyright © 2017. All rights reserved.