open class BlockingQueryOptionsConverter
Converter for io.vertx.ext.consul.BlockingQueryOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.BlockingQueryOptions original class using Vert.x codegen. |
|
open class CheckConverter
Converter for io.vertx.ext.consul.Check. NOTE: This class has been automatically generated from the io.vertx.ext.consul.Check original class using Vert.x codegen. |
|
open class CheckListConverter
Converter for io.vertx.ext.consul.CheckList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.CheckList original class using Vert.x codegen. |
|
open class CheckOptionsConverter
Converter for io.vertx.ext.consul.CheckOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.CheckOptions original class using Vert.x codegen. |
|
open class CheckQueryOptionsConverter
Converter for io.vertx.ext.consul.CheckQueryOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.CheckQueryOptions original class using Vert.x codegen. |
|
open class ConsulClientOptionsConverter
Converter for io.vertx.ext.consul.ConsulClientOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.ConsulClientOptions original class using Vert.x codegen. |
|
open class CoordinateConverter
Converter for io.vertx.ext.consul.Coordinate. NOTE: This class has been automatically generated from the io.vertx.ext.consul.Coordinate original class using Vert.x codegen. |
|
open class CoordinateListConverter
Converter for io.vertx.ext.consul.CoordinateList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.CoordinateList original class using Vert.x codegen. |
|
open class DcCoordinatesConverter
Converter for io.vertx.ext.consul.DcCoordinates. NOTE: This class has been automatically generated from the io.vertx.ext.consul.DcCoordinates original class using Vert.x codegen. |
|
open class EventConverter
Converter for io.vertx.ext.consul.Event. NOTE: This class has been automatically generated from the io.vertx.ext.consul.Event original class using Vert.x codegen. |
|
open class EventListConverter
Converter for io.vertx.ext.consul.EventList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.EventList original class using Vert.x codegen. |
|
open class EventListOptionsConverter
Converter for io.vertx.ext.consul.EventListOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.EventListOptions original class using Vert.x codegen. |
|
open class EventOptionsConverter
Converter for io.vertx.ext.consul.EventOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.EventOptions original class using Vert.x codegen. |
|
open class KeyValueConverter
Converter for io.vertx.ext.consul.KeyValue. NOTE: This class has been automatically generated from the io.vertx.ext.consul.KeyValue original class using Vert.x codegen. |
|
open class KeyValueListConverter
Converter for io.vertx.ext.consul.KeyValueList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.KeyValueList original class using Vert.x codegen. |
|
open class NodeConverter
Converter for io.vertx.ext.consul.Node. NOTE: This class has been automatically generated from the io.vertx.ext.consul.Node original class using Vert.x codegen. |
|
open class NodeListConverter
Converter for io.vertx.ext.consul.NodeList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.NodeList original class using Vert.x codegen. |
|
open class NodeQueryOptionsConverter
Converter for io.vertx.ext.consul.NodeQueryOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.NodeQueryOptions original class using Vert.x codegen. |
|
open class PreparedQueryExecuteOptionsConverter
Converter for io.vertx.ext.consul.PreparedQueryExecuteOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.PreparedQueryExecuteOptions original class using Vert.x codegen. |
|
open class PreparedQueryExecuteResponseConverter
Converter for io.vertx.ext.consul.PreparedQueryExecuteResponse. NOTE: This class has been automatically generated from the io.vertx.ext.consul.PreparedQueryExecuteResponse original class using Vert.x codegen. |
|
open class ServiceEntryConverter
Converter for io.vertx.ext.consul.ServiceEntry. NOTE: This class has been automatically generated from the io.vertx.ext.consul.ServiceEntry original class using Vert.x codegen. |
|
open class ServiceEntryListConverter
Converter for io.vertx.ext.consul.ServiceEntryList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.ServiceEntryList original class using Vert.x codegen. |
|
open class ServiceListConverter
Converter for io.vertx.ext.consul.ServiceList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.ServiceList original class using Vert.x codegen. |
|
open class ServiceOptionsConverter
Converter for io.vertx.ext.consul.ServiceOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.ServiceOptions original class using Vert.x codegen. |
|
open class ServiceQueryOptionsConverter
Converter for io.vertx.ext.consul.ServiceQueryOptions. NOTE: This class has been automatically generated from the io.vertx.ext.consul.ServiceQueryOptions original class using Vert.x codegen. |
|
open class SessionConverter
Converter for io.vertx.ext.consul.Session. NOTE: This class has been automatically generated from the io.vertx.ext.consul.Session original class using Vert.x codegen. |
|
open class SessionListConverter
Converter for io.vertx.ext.consul.SessionList. NOTE: This class has been automatically generated from the io.vertx.ext.consul.SessionList original class using Vert.x codegen. |
|
open class TxnErrorConverter
Converter for io.vertx.ext.consul.TxnError. NOTE: This class has been automatically generated from the io.vertx.ext.consul.TxnError original class using Vert.x codegen. |
|
open class TxnKVOperationConverter
Converter for io.vertx.ext.consul.TxnKVOperation. NOTE: This class has been automatically generated from the io.vertx.ext.consul.TxnKVOperation original class using Vert.x codegen. |
|
class TxnOperationType
Represents the type of operation in a transaction. KV is the only available operation type, though other types of operations may be added in future versions of Consul to be mixed with key/value operations |
|
interface Watch<T : Any>
Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates. When an update is detected, an |