vertx / io.vertx.ext.consul

Package io.vertx.ext.consul

Types

BlockingQueryOptionsConverter

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.

CheckConverter

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.

CheckListConverter

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.

CheckOptionsConverter

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.

CheckQueryOptionsConverter

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.

ConsulClientOptionsConverter

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.

CoordinateConverter

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.

CoordinateListConverter

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.

DcCoordinatesConverter

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.

EventConverter

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.

EventListConverter

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.

EventListOptionsConverter

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.

EventOptionsConverter

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.

KeyValueConverter

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.

KeyValueListConverter

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.

NodeConverter

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.

NodeListConverter

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.

NodeQueryOptionsConverter

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.

PreparedQueryExecuteOptionsConverter

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.

PreparedQueryExecuteResponseConverter

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.

ServiceEntryConverter

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.

ServiceEntryListConverter

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.

ServiceListConverter

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.

ServiceOptionsConverter

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.

ServiceQueryOptionsConverter

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.

SessionConverter

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.

SessionListConverter

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.

TxnErrorConverter

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.

TxnKVOperationConverter

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.

TxnOperationType

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

Watch

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 Handler with AsyncResult is invoked. As an example, you could watch the status of health checks and notify when a check is critical.