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