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()Returns the configuration and member information of the local agentConsulClient.catalogDatacentersAndForget()Return all the datacenters that are known by the Consul serverConsulClient.catalogNodesAndForget()Returns the nodes registered in a datacenterConsulClient.catalogNodeServicesAndForget(String node) Returns the node's registered servicesConsulClient.catalogNodeServicesWithOptionsAndForget(String node, io.vertx.ext.consul.BlockingQueryOptions options) Returns the node's registered services This is blocking query unlikecatalogNodeServices(String)ConsulClient.catalogNodesWithOptionsAndForget(io.vertx.ext.consul.NodeQueryOptions options) Returns the nodes registered in a datacenterConsulClient.catalogServiceNodesAndForget(String service) Returns the nodes providing a serviceConsulClient.catalogServiceNodesWithOptionsAndForget(String service, io.vertx.ext.consul.ServiceQueryOptions options) Returns the nodes providing a serviceConsulClient.catalogServicesAndForget()Returns the services registered in a datacenterConsulClient.catalogServicesWithOptionsAndForget(io.vertx.ext.consul.BlockingQueryOptions options) Returns the services registered in a datacenter This is blocking query unlikecatalogServices()ConsulClient.cloneAclTokenAndForget(String accessorId, io.vertx.ext.consul.token.CloneAclTokenOptions cloneAclTokenOptions) Clones an existing ACL tokenConsulClient.coordinateDatacentersAndForget()Returns the WAN network coordinates for all Consul servers, organized by DCsConsulClient.coordinateNodesAndForget()Returns the LAN network coordinates for all nodes in a given DCConsulClient.coordinateNodesWithOptionsAndForget(io.vertx.ext.consul.BlockingQueryOptions options) Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlikecoordinateNodes()static ConsulClientCreate a Consul client with default options.static ConsulClientCreate a Consul client.ConsulClient.createAclPolicyAndForget(io.vertx.ext.consul.policy.AclPolicy policy) Creates a new ACL policyConsulClient.createAclTokenAndForget(io.vertx.ext.consul.token.AclToken token) Create an Acl tokenConsulClient.createPreparedQueryAndForget(io.vertx.ext.consul.PreparedQueryDefinition definition) Unlike the bare Vert.x variant, this method ignores theStringresult or any failure.ConsulClient.createSessionAndForget()Initialize a new sessionConsulClient.createSessionWithOptionsAndForget(io.vertx.ext.consul.SessionOptions options) Initialize a new sessionConsulClient.deleteAclTokenAndForget(String accessorId) Deletes an ACL tokenConsulClient.deletePolicyAndForget(String id) This endpoint deletes an ACL policyConsulClient.deletePreparedQueryAndForget(String id) Deletes an existing prepared queryConsulClient.deleteValueAndForget(String key) Remove the key/value pair that corresponding to the specified keyConsulClient.deleteValuesAndForget(String keyPrefix) Removes all the key/value pair that corresponding to the specified key prefixConsulClient.deregisterCatalogServiceAndForget(String nodeId, String serviceId) Deregister entities from the node or deregister the node itself.ConsulClient.deregisterCheckAndForget(String checkId) Remove a check from the local agent.ConsulClient.deregisterServiceAndForget(String id) Remove a service from the local agent.ConsulClient.destroySessionAndForget(String id) Destroys the given sessionConsulClient.executePreparedQueryAndForget(String query) Executes an existing prepared query.ConsulClient.executePreparedQueryWithOptionsAndForget(String query, io.vertx.ext.consul.PreparedQueryExecuteOptions options) Executes an existing prepared query.ConsulClient.failCheckAndForget(String checkId) Set status of the check to "critical".ConsulClient.failCheckWithNoteAndForget(String checkId, String note) Set status of the check to "critical".ConsulClient.fireEventAndForget(String name) Fires a new user eventConsulClient.fireEventWithOptionsAndForget(String name, io.vertx.ext.consul.EventOptions options) Fires a new user eventConsulClient.getAclPoliciesAndForget()This endpoint lists all the ACL policies.ConsulClient.getAclTokensAndForget()Get list of Acl tokenConsulClient.getAllPreparedQueriesAndForget()Returns a list of all prepared queries.ConsulClient.getKeysAndForget(String keyPrefix) Returns the list of keys that corresponding to the specified key prefix.ConsulClient.getKeysWithOptionsAndForget(String keyPrefix, io.vertx.ext.consul.BlockingQueryOptions options) Returns the list of keys that corresponding to the specified key prefix.ConsulClient.getPreparedQueryAndForget(String id) Returns an existing prepared queryConsulClient.getValueAndForget(String key) Returns key/value pair that corresponding to the specified key.ConsulClient.getValuesAndForget(String keyPrefix) Returns the list of key/value pairs that corresponding to the specified key prefix.ConsulClient.getValuesWithOptionsAndForget(String keyPrefix, io.vertx.ext.consul.BlockingQueryOptions options) Returns the list of key/value pairs that corresponding to the specified key prefix.ConsulClient.getValueWithOptionsAndForget(String key, io.vertx.ext.consul.BlockingQueryOptions options) Returns key/value pair that corresponding to the specified key.ConsulClient.healthChecksAndForget(String service) Returns the checks associated with the serviceConsulClient.healthChecksWithOptionsAndForget(String service, io.vertx.ext.consul.CheckQueryOptions options) Returns the checks associated with the serviceConsulClient.healthNodesWithOptionsAndForget(String node, io.vertx.ext.consul.CheckQueryOptions options) Returns the checks specific to the node provided on the path.ConsulClient.healthServiceNodesAndForget(String service, boolean passing) Returns the nodes providing the service.ConsulClient.healthServiceNodesWithOptionsAndForget(String service, boolean passing, io.vertx.ext.consul.ServiceQueryOptions options) Returns the nodes providing the service.ConsulClient.healthStateAndForget(io.vertx.ext.consul.HealthState healthState) Returns the checks in the specified statusConsulClient.healthStateWithOptionsAndForget(io.vertx.ext.consul.HealthState healthState, io.vertx.ext.consul.CheckQueryOptions options) Returns the checks in the specified statusConsulClient.infoSessionAndForget(String id) Returns the requested session informationConsulClient.infoSessionWithOptionsAndForget(String id, io.vertx.ext.consul.BlockingQueryOptions options) Returns the requested session information This is blocking query unlikeinfoSession(String)ConsulClient.leaderStatusAndForget()Get the Raft leader for the datacenter in which the agent is running.ConsulClient.listEventsAndForget()Returns the most recent events known by the agentConsulClient.listEventsWithOptionsAndForget(io.vertx.ext.consul.EventListOptions options) Returns the most recent events known by the agent.ConsulClient.listNodeSessionsAndForget(String nodeId) Returns the active sessions for a given nodeConsulClient.listNodeSessionsWithOptionsAndForget(String nodeId, io.vertx.ext.consul.BlockingQueryOptions options) Returns the active sessions for a given node This is blocking query unlikelistNodeSessions(String)ConsulClient.listSessionsAndForget()Returns the active sessionsConsulClient.listSessionsWithOptionsAndForget(io.vertx.ext.consul.BlockingQueryOptions options) Returns the active sessions This is blocking query unlikelistSessions()ConsulClient.localChecksAndForget()Return all the checks that are registered with the local agent.ConsulClient.localServicesAndForget()Returns list of services registered with the local agent.ConsulClient.maintenanceServiceAndForget(io.vertx.ext.consul.MaintenanceOptions maintenanceOptions) Places a given service into "maintenance mode"static ConsulClientConsulClient.newInstance(io.vertx.ext.consul.ConsulClient delegate) Creates a new instance of theConsulClient.ConsulClient.passCheckAndForget(String checkId) Set status of the check to "passing".ConsulClient.passCheckWithNoteAndForget(String checkId, String note) Set status of the check to "passing".ConsulClient.peersStatusAndForget()Retrieves the Raft peers for the datacenter in which the the agent is running.ConsulClient.putValueAndForget(String key, String value) Adds specified key/value pairConsulClient.putValueWithOptionsAndForget(String key, String value, io.vertx.ext.consul.KeyValueOptions options) Unlike the bare Vert.x variant, this method ignores theBooleanresult or any failure.ConsulClient.readAclTokenAndForget(String accessorId) Reads an ACL token with the given Accessor IDConsulClient.readPolicyAndForget(String id) Unlike the bare Vert.x variant, this method ignores theAclPolicyresult or any failure.ConsulClient.readPolicyByNameAndForget(String name) This endpoint reads an ACL policy with the given nameConsulClient.registerCatalogServiceAndForget(io.vertx.ext.consul.Node nodeOptions, io.vertx.ext.consul.ServiceOptions serviceOptions) Register node with external serviceConsulClient.registerCheckAndForget(io.vertx.ext.consul.CheckOptions checkOptions) Add a new check to the local agent.ConsulClient.registerServiceAndForget(io.vertx.ext.consul.ServiceOptions serviceOptions) Adds a new service, with an optional health check, to the local agent.ConsulClient.renewSessionAndForget(String id) Renews the given session.ConsulClient.transactionAndForget(io.vertx.ext.consul.TxnRequest request) Manages multiple operations inside a single, atomic transaction.ConsulClient.updateAclTokenAndForget(String accessorId, io.vertx.ext.consul.token.AclToken token) Update an existing Acl tokenConsulClient.updateCheckAndForget(String checkId, io.vertx.ext.consul.CheckStatus status) Set status of the check to given status.ConsulClient.updateCheckWithNoteAndForget(String checkId, io.vertx.ext.consul.CheckStatus status, String note) Set status of the check to given status.ConsulClient.updatePolicyAndForget(String id, io.vertx.ext.consul.policy.AclPolicy policy) This endpoint updates an existing ACL policyConsulClient.updatePreparedQueryAndForget(io.vertx.ext.consul.PreparedQueryDefinition definition) Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.ConsulClient.warnCheckAndForget(String checkId) Set status of the check to "warning".ConsulClient.warnCheckWithNoteAndForget(String checkId, String note) Set status of the check to "warning".