ConsulService |
ConsulService.agentInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> resultHandler) |
ConsulService |
ConsulService.catalogDatacenters(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<String>>> resultHandler) |
ConsulService |
ConsulService.catalogNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.NodeList>> resultHandler) |
ConsulService |
ConsulService.catalogNodeServices(String node,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>> resultHandler) |
ConsulService |
ConsulService.catalogNodeServicesWithOptions(String node,
io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>> resultHandler) |
ConsulService |
ConsulService.catalogNodesWithOptions(io.vertx.ext.consul.NodeQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.NodeList>> resultHandler) |
ConsulService |
ConsulService.catalogServiceNodes(String service,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>> resultHandler) |
ConsulService |
ConsulService.catalogServiceNodesWithOptions(String service,
io.vertx.ext.consul.ServiceQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>> resultHandler) |
ConsulService |
ConsulService.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>> resultHandler) |
ConsulService |
ConsulService.catalogServicesWithOptions(io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>> resultHandler) |
ConsulService |
ConsulService.cloneAclToken(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> idHandler) |
ConsulService |
ConsulService.coordinateDatacenters(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<io.vertx.ext.consul.DcCoordinates>>> resultHandler) |
ConsulService |
ConsulService.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>> resultHandler) |
ConsulService |
ConsulService.coordinateNodesWithOptions(io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>> resultHandler) |
ConsulService |
ConsulService.createAclToken(io.vertx.ext.consul.AclToken token,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> idHandler) |
static ConsulService |
ConsulService.createEventBusProxy(Vertx vertx,
String address)
Create a proxy to a service that is deployed somewhere on the event bus
|
ConsulService |
ConsulService.createPreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition definition,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> resultHandler) |
ConsulService |
ConsulService.createSession(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> idHandler) |
ConsulService |
ConsulService.createSessionWithOptions(io.vertx.ext.consul.SessionOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> idHandler) |
ConsulService |
ConsulService.deletePreparedQuery(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.deleteValue(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.deleteValues(String keyPrefix,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.deregisterCheck(String checkId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.deregisterService(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.destroyAclToken(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.destroySession(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.executePreparedQuery(String query,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryExecuteResponse>> resultHandler) |
ConsulService |
ConsulService.executePreparedQueryWithOptions(String query,
io.vertx.ext.consul.PreparedQueryExecuteOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryExecuteResponse>> resultHandler) |
ConsulService |
ConsulService.failCheck(String checkId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.failCheckWithNote(String checkId,
String note,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.fireEvent(String name,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Event>> resultHandler) |
ConsulService |
ConsulService.fireEventWithOptions(String name,
io.vertx.ext.consul.EventOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Event>> resultHandler) |
ConsulService |
ConsulService.getAllPreparedQueries(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<io.vertx.ext.consul.PreparedQueryDefinition>>> resultHandler) |
ConsulService |
ConsulService.getKeys(String keyPrefix,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<String>>> resultHandler) |
ConsulService |
ConsulService.getKeysWithOptions(String keyPrefix,
io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<String>>> resultHandler) |
ConsulService |
ConsulService.getPreparedQuery(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.PreparedQueryDefinition>> resultHandler) |
ConsulService |
ConsulService.getValue(String key,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValue>> resultHandler) |
ConsulService |
ConsulService.getValues(String keyPrefix,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValueList>> resultHandler) |
ConsulService |
ConsulService.getValuesWithOptions(String keyPrefix,
io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValueList>> resultHandler) |
ConsulService |
ConsulService.getValueWithOptions(String key,
io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.KeyValue>> resultHandler) |
ConsulService |
ConsulService.healthChecks(String service,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>> resultHandler) |
ConsulService |
ConsulService.healthChecksWithOptions(String service,
io.vertx.ext.consul.CheckQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>> resultHandler) |
ConsulService |
ConsulService.healthServiceNodes(String service,
boolean passing,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceEntryList>> resultHandler) |
ConsulService |
ConsulService.healthServiceNodesWithOptions(String service,
boolean passing,
io.vertx.ext.consul.ServiceQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceEntryList>> resultHandler) |
ConsulService |
ConsulService.healthState(io.vertx.ext.consul.HealthState healthState,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>> handler) |
ConsulService |
ConsulService.healthStateWithOptions(io.vertx.ext.consul.HealthState healthState,
io.vertx.ext.consul.CheckQueryOptions checkQueryOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CheckList>> handler) |
ConsulService |
ConsulService.infoAclToken(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.AclToken>> tokenHandler) |
ConsulService |
ConsulService.infoSession(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>> resultHandler) |
ConsulService |
ConsulService.infoSessionWithOptions(String id,
io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>> resultHandler) |
ConsulService |
ConsulService.leaderStatus(io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> resultHandler) |
ConsulService |
ConsulService.listAclTokens(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<io.vertx.ext.consul.AclToken>>> resultHandler) |
ConsulService |
ConsulService.listEvents(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>> resultHandler) |
ConsulService |
ConsulService.listEventsWithOptions(io.vertx.ext.consul.EventListOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.EventList>> resultHandler) |
ConsulService |
ConsulService.listNodeSessions(String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>> resultHandler) |
ConsulService |
ConsulService.listNodeSessionsWithOptions(String nodeId,
io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>> resultHandler) |
ConsulService |
ConsulService.listSessions(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>> resultHandler) |
ConsulService |
ConsulService.listSessionsWithOptions(io.vertx.ext.consul.BlockingQueryOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.SessionList>> resultHandler) |
ConsulService |
ConsulService.localChecks(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<io.vertx.ext.consul.Check>>> resultHandler) |
ConsulService |
ConsulService.localServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<io.vertx.ext.consul.Service>>> resultHandler) |
ConsulService |
ConsulService.maintenanceService(io.vertx.ext.consul.MaintenanceOptions maintenanceOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
static ConsulService |
ConsulService.newInstance(io.vertx.ext.consul.ConsulService arg) |
ConsulService |
ConsulService.passCheck(String checkId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.passCheckWithNote(String checkId,
String note,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.peersStatus(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<String>>> resultHandler) |
ConsulService |
ConsulService.putValue(String key,
String value,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler) |
ConsulService |
ConsulService.putValueWithOptions(String key,
String value,
io.vertx.ext.consul.KeyValueOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler) |
ConsulService |
ConsulService.registerCheck(io.vertx.ext.consul.CheckOptions checkOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.registerService(io.vertx.ext.consul.ServiceOptions serviceOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.renewSession(String id,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.Session>> resultHandler) |
ConsulService |
ConsulService.transaction(io.vertx.ext.consul.TxnRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.TxnResponse>> resultHandler) |
ConsulService |
ConsulService.updateAclToken(io.vertx.ext.consul.AclToken token,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> idHandler) |
ConsulService |
ConsulService.updateCheck(String checkId,
io.vertx.ext.consul.CheckStatus status,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.updateCheckWithNote(String checkId,
io.vertx.ext.consul.CheckStatus status,
String note,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.updatePreparedQuery(io.vertx.ext.consul.PreparedQueryDefinition definition,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.warnCheck(String checkId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
ConsulService |
ConsulService.warnCheckWithNote(String checkId,
String note,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |