Package io.vertx.ext.consul
package io.vertx.ext.consul
-
ClassDescriptionAcl token type is either "client" (meaning the token cannot modify ACL rules) or "management" (meaning the token is allowed to perform all actions).Options used to perform blocking query that used to wait for a potential change using long polling.Converter and mapper for
BlockingQueryOptions.Holds check propertiesConverter and mapper forCheck.Holds result of checks queryConverter and mapper forCheckList.Options used to register checks in Consul.Converter and mapper forCheckOptions.Options used to requesting list of checksConverter and mapper forCheckQueryOptions.Represents an check status.A Vert.x service used to interact with Consul.Options used to create Consul client.Converter and mapper forConsulClientOptions.Holds network coordinates of nodeConverter and mapper forCoordinate.Holds result of network coordinates queryConverter and mapper forCoordinateList.Holds coordinates of servers in datacenterConverter and mapper forDcCoordinates.Holds properties of Consul eventConverter and mapper forEvent.Holds result of events queryConverter and mapper forEventList.Holds options for events list requestConverter and mapper forEventListOptions.Options used to trigger a new user event.Converter and mapper forEventOptions.Represents an health states.Represents key/value pair stored in ConsulConverter and mapper forKeyValue.Holds result of key/value pairs queryConverter and mapper forKeyValueList.Options used to put key/value pair to Consul.Options used to placing a given service into "maintenance mode".Converter and mapper forNode.Holds result of nodes queryConverter and mapper forNodeList.Options used to requesting list of nodesConverter and mapper forNodeQueryOptions.Defines a prepared query.Options used to execute prepared queryConverter and mapper forPreparedQueryExecuteOptions.The results of executing prepared queryConverter and mapper forPreparedQueryExecuteResponse.Holds properties of service and node that its containingHolds properties of service, node and related checksConverter and mapper forServiceEntry.Holds list of services, nodes and related checksConverter and mapper forServiceEntryList.Holds result of services queryConverter and mapper forServiceList.Options used to register service.Converter and mapper forServiceOptions.Options used to requesting list of servicesConverter and mapper forServiceQueryOptions.Holds properties of Consul sessionsWhen a session is invalidated, it is destroyed and can no longer be used.Converter and mapper forSession.Holds result of sessions queryConverter and mapper forSessionList.Options used to create session.Holds information describing which operations failed if the transaction was rolled back.Converter and mapper forTxnError.Holds operation to apply to the key/value store inside a transactionConverter and mapper forTxnKVOperation.Holds type of KV operation in transactionRepresents operation in transaction.Represents the type of operation in a transaction.Holds list of operations in transactionHolds results of transactionRepresents result of operation.Holds the operation to apply to the service inside a transactionConverter and mapper forTxnServiceOperation.Holds the type of Service operation in transactionWatch<T>Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates.WatchResult<T>