Uses of Class
io.vertx.mutiny.ext.consul.ConsulClient
Packages that use ConsulClient
-
Uses of ConsulClient in io.vertx.mutiny.ext.consul
Fields in io.vertx.mutiny.ext.consul with type parameters of type ConsulClientMethods in io.vertx.mutiny.ext.consul that return ConsulClientModifier and TypeMethodDescriptionConsulClient.agentInfoAndForget()Variant ofagentInfo()that ignores the result of the operation.ConsulClient.catalogDatacentersAndForget()Variant ofcatalogDatacenters()that ignores the result of the operation.ConsulClient.catalogNodesAndForget()Variant ofcatalogNodes()that ignores the result of the operation.ConsulClient.catalogNodeServicesAndForget(String node) Variant ofcatalogNodeServices(String)that ignores the result of the operation.ConsulClient.catalogNodeServicesWithOptionsAndForget(String node, io.vertx.ext.consul.BlockingQueryOptions options) Variant ofcatalogNodeServicesWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.ConsulClient.catalogNodesWithOptionsAndForget(io.vertx.ext.consul.NodeQueryOptions options) Variant ofcatalogNodesWithOptions(NodeQueryOptions)that ignores the result of the operation.ConsulClient.catalogServiceNodesAndForget(String service) Variant ofcatalogServiceNodes(String)that ignores the result of the operation.ConsulClient.catalogServiceNodesWithOptionsAndForget(String service, io.vertx.ext.consul.ServiceQueryOptions options) Variant ofcatalogServiceNodesWithOptions(String,ServiceQueryOptions)that ignores the result of the operation.ConsulClient.catalogServicesAndForget()Variant ofcatalogServices()that ignores the result of the operation.ConsulClient.catalogServicesWithOptionsAndForget(io.vertx.ext.consul.BlockingQueryOptions options) Variant ofcatalogServicesWithOptions(BlockingQueryOptions)that ignores the result of the operation.ConsulClient.cloneAclTokenAndForget(String id) Deprecated.ConsulClient.cloneAclTokenAndForget(String accessorId, io.vertx.ext.consul.token.CloneAclTokenOptions cloneAclToken) Variant ofcloneAclToken(String,CloneAclTokenOptions)that ignores the result of the operation.ConsulClient.coordinateDatacentersAndForget()Variant ofcoordinateDatacenters()that ignores the result of the operation.ConsulClient.coordinateNodesAndForget()Variant ofcoordinateNodes()that ignores the result of the operation.ConsulClient.coordinateNodesWithOptionsAndForget(io.vertx.ext.consul.BlockingQueryOptions options) Variant ofcoordinateNodesWithOptions(BlockingQueryOptions)that ignores the result of the operation.static ConsulClientstatic ConsulClientConsulClient.createAclPolicyAndForget(io.vertx.ext.consul.policy.AclPolicy policy) Variant ofcreateAclPolicy(AclPolicy)that ignores the result of the operation.ConsulClient.createAclTokenAndForget(io.vertx.ext.consul.AclToken token) Deprecated.ConsulClient.createAclTokenAndForget(io.vertx.ext.consul.token.AclToken token) Variant ofcreateAclToken(AclToken)that ignores the result of the operation.ConsulClient.createPreparedQueryAndForget(io.vertx.ext.consul.PreparedQueryDefinition definition) Variant ofcreatePreparedQuery(PreparedQueryDefinition)that ignores the result of the operation.ConsulClient.createSessionAndForget()Variant ofcreateSession()that ignores the result of the operation.ConsulClient.createSessionWithOptionsAndForget(io.vertx.ext.consul.SessionOptions options) Variant ofcreateSessionWithOptions(SessionOptions)that ignores the result of the operation.ConsulClient.deleteAclTokenAndForget(String accessorId) Variant ofdeleteAclToken(String)that ignores the result of the operation.ConsulClient.deletePreparedQueryAndForget(String id) Variant ofdeletePreparedQuery(String)that ignores the result of the operation.ConsulClient.deleteValueAndForget(String key) Variant ofdeleteValue(String)that ignores the result of the operation.ConsulClient.deleteValuesAndForget(String keyPrefix) Variant ofdeleteValues(String)that ignores the result of the operation.ConsulClient.deregisterCatalogServiceAndForget(String nodeId, String serviceId) Variant ofderegisterCatalogService(String,String)that ignores the result of the operation.ConsulClient.deregisterCheckAndForget(String checkId) Variant ofderegisterCheck(String)that ignores the result of the operation.ConsulClient.deregisterServiceAndForget(String id) Variant ofderegisterService(String)that ignores the result of the operation.ConsulClient.destroyAclTokenAndForget(String id) Deprecated.UsedeleteAclToken(String)insteadConsulClient.destroySessionAndForget(String id) Variant ofdestroySession(String)that ignores the result of the operation.ConsulClient.executePreparedQueryAndForget(String query) Variant ofexecutePreparedQuery(String)that ignores the result of the operation.ConsulClient.executePreparedQueryWithOptionsAndForget(String query, io.vertx.ext.consul.PreparedQueryExecuteOptions options) Variant ofexecutePreparedQueryWithOptions(String,PreparedQueryExecuteOptions)that ignores the result of the operation.ConsulClient.failCheckAndForget(String checkId) Variant offailCheck(String)that ignores the result of the operation.ConsulClient.failCheckWithNoteAndForget(String checkId, String note) Variant offailCheckWithNote(String,String)that ignores the result of the operation.ConsulClient.fireEventAndForget(String name) Variant offireEvent(String)that ignores the result of the operation.ConsulClient.fireEventWithOptionsAndForget(String name, io.vertx.ext.consul.EventOptions options) Variant offireEventWithOptions(String,EventOptions)that ignores the result of the operation.ConsulClient.getAclTokensAndForget()Variant ofgetAclTokens()that ignores the result of the operation.ConsulClient.getAllPreparedQueriesAndForget()Variant ofgetAllPreparedQueries()that ignores the result of the operation.ConsulClient.getKeysAndForget(String keyPrefix) Variant ofgetKeys(String)that ignores the result of the operation.ConsulClient.getKeysWithOptionsAndForget(String keyPrefix, io.vertx.ext.consul.BlockingQueryOptions options) Variant ofgetKeysWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.ConsulClient.getPreparedQueryAndForget(String id) Variant ofgetPreparedQuery(String)that ignores the result of the operation.ConsulClient.getValueAndForget(String key) Variant ofgetValue(String)that ignores the result of the operation.ConsulClient.getValuesAndForget(String keyPrefix) Variant ofgetValues(String)that ignores the result of the operation.ConsulClient.getValuesWithOptionsAndForget(String keyPrefix, io.vertx.ext.consul.BlockingQueryOptions options) Variant ofgetValuesWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.ConsulClient.getValueWithOptionsAndForget(String key, io.vertx.ext.consul.BlockingQueryOptions options) Variant ofgetValueWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.ConsulClient.healthChecksAndForget(String service) Variant ofhealthChecks(String)that ignores the result of the operation.ConsulClient.healthChecksWithOptionsAndForget(String service, io.vertx.ext.consul.CheckQueryOptions options) Variant ofhealthChecksWithOptions(String,CheckQueryOptions)that ignores the result of the operation.ConsulClient.healthNodesWithOptionsAndForget(String node, io.vertx.ext.consul.CheckQueryOptions options) Variant ofhealthNodesWithOptions(String,CheckQueryOptions)that ignores the result of the operation.ConsulClient.healthServiceNodesAndForget(String service, boolean passing) Variant ofhealthServiceNodes(String,boolean)that ignores the result of the operation.ConsulClient.healthServiceNodesWithOptionsAndForget(String service, boolean passing, io.vertx.ext.consul.ServiceQueryOptions options) Variant ofhealthServiceNodesWithOptions(String,boolean,ServiceQueryOptions)that ignores the result of the operation.ConsulClient.healthStateAndForget(io.vertx.ext.consul.HealthState healthState) Variant ofhealthState(HealthState)that ignores the result of the operation.ConsulClient.healthStateWithOptionsAndForget(io.vertx.ext.consul.HealthState healthState, io.vertx.ext.consul.CheckQueryOptions options) Variant ofhealthStateWithOptions(HealthState,CheckQueryOptions)that ignores the result of the operation.ConsulClient.infoAclTokenAndForget(String id) Deprecated.UsereadAclToken(String)insteadConsulClient.infoSessionAndForget(String id) Variant ofinfoSession(String)that ignores the result of the operation.ConsulClient.infoSessionWithOptionsAndForget(String id, io.vertx.ext.consul.BlockingQueryOptions options) Variant ofinfoSessionWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.ConsulClient.leaderStatusAndForget()Variant ofleaderStatus()that ignores the result of the operation.ConsulClient.listAclTokensAndForget()Deprecated.UsegetAclTokens()insteadConsulClient.listEventsAndForget()Variant oflistEvents()that ignores the result of the operation.ConsulClient.listEventsWithOptionsAndForget(io.vertx.ext.consul.EventListOptions options) Variant oflistEventsWithOptions(EventListOptions)that ignores the result of the operation.ConsulClient.listNodeSessionsAndForget(String nodeId) Variant oflistNodeSessions(String)that ignores the result of the operation.ConsulClient.listNodeSessionsWithOptionsAndForget(String nodeId, io.vertx.ext.consul.BlockingQueryOptions options) Variant oflistNodeSessionsWithOptions(String,BlockingQueryOptions)that ignores the result of the operation.ConsulClient.listSessionsAndForget()Variant oflistSessions()that ignores the result of the operation.ConsulClient.listSessionsWithOptionsAndForget(io.vertx.ext.consul.BlockingQueryOptions options) Variant oflistSessionsWithOptions(BlockingQueryOptions)that ignores the result of the operation.ConsulClient.localChecksAndForget()Variant oflocalChecks()that ignores the result of the operation.ConsulClient.localServicesAndForget()Variant oflocalServices()that ignores the result of the operation.ConsulClient.maintenanceServiceAndForget(io.vertx.ext.consul.MaintenanceOptions maintenanceOptions) Variant ofmaintenanceService(MaintenanceOptions)that ignores the result of the operation.static ConsulClientConsulClient.newInstance(io.vertx.ext.consul.ConsulClient arg) ConsulClient.passCheckAndForget(String checkId) Variant ofpassCheck(String)that ignores the result of the operation.ConsulClient.passCheckWithNoteAndForget(String checkId, String note) Variant ofpassCheckWithNote(String,String)that ignores the result of the operation.ConsulClient.peersStatusAndForget()Variant ofpeersStatus()that ignores the result of the operation.ConsulClient.putValueAndForget(String key, String value) Variant ofputValue(String,String)that ignores the result of the operation.ConsulClient.putValueWithOptionsAndForget(String key, String value, io.vertx.ext.consul.KeyValueOptions options) Variant ofputValueWithOptions(String,String,KeyValueOptions)that ignores the result of the operation.ConsulClient.readAclTokenAndForget(String accessorId) Variant ofreadAclToken(String)that ignores the result of the operation.ConsulClient.readPolicyAndForget(String id) Variant ofreadPolicy(String)that ignores the result of the operation.ConsulClient.readPolicyByNameAndForget(String name) Variant ofreadPolicyByName(String)that ignores the result of the operation.ConsulClient.registerCatalogServiceAndForget(io.vertx.ext.consul.Node nodeOptions, io.vertx.ext.consul.ServiceOptions serviceOptions) Variant ofregisterCatalogService(Node,ServiceOptions)that ignores the result of the operation.ConsulClient.registerCheckAndForget(io.vertx.ext.consul.CheckOptions checkOptions) Variant ofregisterCheck(CheckOptions)that ignores the result of the operation.ConsulClient.registerServiceAndForget(io.vertx.ext.consul.ServiceOptions serviceOptions) Variant ofregisterService(ServiceOptions)that ignores the result of the operation.ConsulClient.renewSessionAndForget(String id) Variant ofrenewSession(String)that ignores the result of the operation.ConsulClient.transactionAndForget(io.vertx.ext.consul.TxnRequest request) Variant oftransaction(TxnRequest)that ignores the result of the operation.ConsulClient.updateAclTokenAndForget(io.vertx.ext.consul.AclToken token) Deprecated.ConsulClient.updateAclTokenAndForget(String accessorId, io.vertx.ext.consul.token.AclToken token) Variant ofupdateAclToken(String,AclToken)that ignores the result of the operation.ConsulClient.updateCheckAndForget(String checkId, io.vertx.ext.consul.CheckStatus status) Variant ofupdateCheck(String,CheckStatus)that ignores the result of the operation.ConsulClient.updateCheckWithNoteAndForget(String checkId, io.vertx.ext.consul.CheckStatus status, String note) Variant ofupdateCheckWithNote(String,CheckStatus,String)that ignores the result of the operation.ConsulClient.updatePolicyAndForget(String id, io.vertx.ext.consul.policy.AclPolicy policy) Variant ofupdatePolicy(String,AclPolicy)that ignores the result of the operation.ConsulClient.updatePreparedQueryAndForget(io.vertx.ext.consul.PreparedQueryDefinition definition) Variant ofupdatePreparedQuery(PreparedQueryDefinition)that ignores the result of the operation.ConsulClient.warnCheckAndForget(String checkId) Variant ofwarnCheck(String)that ignores the result of the operation.ConsulClient.warnCheckWithNoteAndForget(String checkId, String note) Variant ofwarnCheckWithNote(String,String)that ignores the result of the operation.
cloneAclToken(String, CloneAclTokenOptions)instead