fun AclToken(id: String? = null, name: String? = null, rules: String? = null, type: AclTokenType? = null): AclToken
A function providing a DSL for building io.vertx.ext.consul.AclToken objects. |
|
fun BlockingQueryOptions(index: Long? = null, wait: String? = null): BlockingQueryOptions
A function providing a DSL for building io.vertx.ext.consul.BlockingQueryOptions objects. |
|
fun Check(id: String? = null, name: String? = null, nodeName: String? = null, notes: String? = null, output: String? = null, serviceId: String? = null, serviceName: String? = null, status: CheckStatus? = null): Check
A function providing a DSL for building io.vertx.ext.consul.Check objects. |
|
fun CheckList(index: Long? = null, list: Iterable<Check>? = null): CheckList
A function providing a DSL for building io.vertx.ext.consul.CheckList objects. |
|
fun CheckOptions(deregisterAfter: String? = null, grpc: String? = null, grpcTls: Boolean? = null, http: String? = null, id: String? = null, interval: String? = null, name: String? = null, notes: String? = null, scriptArgs: Iterable<String>? = null, serviceId: String? = null, status: CheckStatus? = null, tcp: String? = null, tlsSkipVerify: Boolean? = null, ttl: String? = null): CheckOptions
A function providing a DSL for building io.vertx.ext.consul.CheckOptions objects. |
|
fun CheckQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null): CheckQueryOptions
A function providing a DSL for building io.vertx.ext.consul.CheckQueryOptions objects. |
|
fun ConsulClientOptions(aclToken: String? = null, alpnVersions: Iterable<HttpVersion>? = null, connectTimeout: Int? = null, crlPaths: Iterable<String>? = null, crlValues: Iterable<Buffer>? = null, dc: String? = null, decoderInitialBufferSize: Int? = null, defaultHost: String? = null, defaultPort: Int? = null, enabledCipherSuites: Iterable<String>? = null, enabledSecureTransportProtocols: Iterable<String>? = null, followRedirects: Boolean? = null, forceSni: Boolean? = null, http2ClearTextUpgrade: Boolean? = null, http2ConnectionWindowSize: Int? = null, http2KeepAliveTimeout: Int? = null, http2MaxPoolSize: Int? = null, http2MultiplexingLimit: Int? = null, idleTimeout: Int? = null, idleTimeoutUnit: TimeUnit? = null, initialSettings: Http2Settings? = null, jdkSslEngineOptions: JdkSSLEngineOptions? = null, keepAlive: Boolean? = null, keepAliveTimeout: Int? = null, keyStoreOptions: JksOptions? = null, localAddress: String? = null, logActivity: Boolean? = null, maxChunkSize: Int? = null, maxHeaderSize: Int? = null, maxInitialLineLength: Int? = null, maxPoolSize: Int? = null, maxRedirects: Int? = null, maxWaitQueueSize: Int? = null, maxWebsocketFrameSize: Int? = null, maxWebsocketMessageSize: Int? = null, metricsName: String? = null, openSslEngineOptions: OpenSSLEngineOptions? = null, pemKeyCertOptions: PemKeyCertOptions? = null, pemTrustOptions: PemTrustOptions? = null, pfxKeyCertOptions: PfxOptions? = null, pfxTrustOptions: PfxOptions? = null, pipelining: Boolean? = null, pipeliningLimit: Int? = null, poolCleanerPeriod: Int? = null, protocolVersion: HttpVersion? = null, proxyOptions: ProxyOptions? = null, receiveBufferSize: Int? = null, reuseAddress: Boolean? = null, reusePort: Boolean? = null, sendBufferSize: Int? = null, sendUnmaskedFrames: Boolean? = null, soLinger: Int? = null, ssl: Boolean? = null, tcpCork: Boolean? = null, tcpFastOpen: Boolean? = null, tcpKeepAlive: Boolean? = null, tcpNoDelay: Boolean? = null, tcpQuickAck: Boolean? = null, timeout: Long? = null, trafficClass: Int? = null, trustAll: Boolean? = null, trustStoreOptions: JksOptions? = null, tryUseCompression: Boolean? = null, tryUsePerFrameWebsocketCompression: Boolean? = null, tryUsePerMessageWebsocketCompression: Boolean? = null, useAlpn: Boolean? = null, usePooledBuffers: Boolean? = null, userAgent: String? = null, userAgentEnabled: Boolean? = null, verifyHost: Boolean? = null, websocketCompressionAllowClientNoContext: Boolean? = null, websocketCompressionLevel: Int? = null, websocketCompressionRequestServerNoContext: Boolean? = null): ConsulClientOptions
A function providing a DSL for building io.vertx.ext.consul.ConsulClientOptions objects. |
|
fun Coordinate(adj: Float? = null, err: Float? = null, height: Float? = null, node: String? = null, vec: Iterable<Float>? = null): Coordinate
A function providing a DSL for building io.vertx.ext.consul.Coordinate objects. |
|
fun CoordinateList(index: Long? = null, list: Iterable<Coordinate>? = null): CoordinateList
A function providing a DSL for building io.vertx.ext.consul.CoordinateList objects. |
|
fun DcCoordinates(datacenter: String? = null, servers: Iterable<Coordinate>? = null): DcCoordinates
A function providing a DSL for building io.vertx.ext.consul.DcCoordinates objects. |
|
fun Event(id: String? = null, lTime: Int? = null, name: String? = null, node: String? = null, payload: String? = null, service: String? = null, tag: String? = null, version: Int? = null): Event
A function providing a DSL for building io.vertx.ext.consul.Event objects. |
|
fun EventList(index: Long? = null, list: Iterable<Event>? = null): EventList
A function providing a DSL for building io.vertx.ext.consul.EventList objects. |
|
fun EventListOptions(blockingOptions: BlockingQueryOptions? = null, name: String? = null): EventListOptions
A function providing a DSL for building io.vertx.ext.consul.EventListOptions objects. |
|
fun EventOptions(node: String? = null, payload: String? = null, service: String? = null, tag: String? = null): EventOptions
A function providing a DSL for building io.vertx.ext.consul.EventOptions objects. |
|
fun KeyValue(createIndex: Long? = null, flags: Long? = null, key: String? = null, lockIndex: Long? = null, modifyIndex: Long? = null, session: String? = null, value: String? = null): KeyValue
A function providing a DSL for building io.vertx.ext.consul.KeyValue objects. |
|
fun KeyValueList(index: Long? = null, list: Iterable<KeyValue>? = null): KeyValueList
A function providing a DSL for building io.vertx.ext.consul.KeyValueList objects. |
|
fun KeyValueOptions(acquireSession: String? = null, casIndex: Long? = null, flags: Long? = null, releaseSession: String? = null): KeyValueOptions
A function providing a DSL for building io.vertx.ext.consul.KeyValueOptions objects. |
|
fun MaintenanceOptions(enable: Boolean? = null, id: String? = null, reason: String? = null): MaintenanceOptions
A function providing a DSL for building io.vertx.ext.consul.MaintenanceOptions objects. |
|
fun Node(address: String? = null, lanAddress: String? = null, name: String? = null, wanAddress: String? = null): Node
A function providing a DSL for building io.vertx.ext.consul.Node objects. |
|
fun NodeList(index: Long? = null, list: Iterable<Node>? = null): NodeList
A function providing a DSL for building io.vertx.ext.consul.NodeList objects. |
|
fun NodeQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null): NodeQueryOptions
A function providing a DSL for building io.vertx.ext.consul.NodeQueryOptions objects. |
|
fun PreparedQueryDefinition(dcs: Iterable<String>? = null, dnsTtl: String? = null, id: String? = null, meta: Map<String, String>? = null, name: String? = null, nearestN: Int? = null, passing: Boolean? = null, service: String? = null, session: String? = null, tags: Iterable<String>? = null, templateRegexp: String? = null, templateType: String? = null, token: String? = null): PreparedQueryDefinition
A function providing a DSL for building io.vertx.ext.consul.PreparedQueryDefinition objects. |
|
fun PreparedQueryExecuteOptions(limit: Int? = null, near: String? = null): PreparedQueryExecuteOptions
A function providing a DSL for building io.vertx.ext.consul.PreparedQueryExecuteOptions objects. |
|
fun PreparedQueryExecuteResponse(dc: String? = null, dnsTtl: String? = null, failovers: Int? = null, nodes: Iterable<ServiceEntry>? = null, service: String? = null): PreparedQueryExecuteResponse
A function providing a DSL for building io.vertx.ext.consul.PreparedQueryExecuteResponse objects. |
|
fun Service(address: String? = null, id: String? = null, meta: Map<String, String>? = null, name: String? = null, node: String? = null, nodeAddress: String? = null, port: Int? = null, tags: Iterable<String>? = null): Service
A function providing a DSL for building io.vertx.ext.consul.Service objects. |
|
fun ServiceEntry(checks: Iterable<Check>? = null, node: Node? = null, service: Service? = null): ServiceEntry
A function providing a DSL for building io.vertx.ext.consul.ServiceEntry objects. |
|
fun ServiceEntryList(index: Long? = null, list: Iterable<ServiceEntry>? = null): ServiceEntryList
A function providing a DSL for building io.vertx.ext.consul.ServiceEntryList objects. |
|
fun ServiceList(index: Long? = null, list: Iterable<Service>? = null): ServiceList
A function providing a DSL for building io.vertx.ext.consul.ServiceList objects. |
|
fun ServiceOptions(address: String? = null, checkOptions: CheckOptions? = null, id: String? = null, meta: Map<String, String>? = null, name: String? = null, port: Int? = null, tags: Iterable<String>? = null): ServiceOptions
A function providing a DSL for building io.vertx.ext.consul.ServiceOptions objects. |
|
fun ServiceQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null, tag: String? = null): ServiceQueryOptions
A function providing a DSL for building io.vertx.ext.consul.ServiceQueryOptions objects. |
|
fun Session(checks: Iterable<String>? = null, createIndex: Long? = null, id: String? = null, index: Long? = null, lockDelay: Long? = null, node: String? = null): Session
A function providing a DSL for building io.vertx.ext.consul.Session objects. |
|
fun SessionList(index: Long? = null, list: Iterable<Session>? = null): SessionList
A function providing a DSL for building io.vertx.ext.consul.SessionList objects. |
|
fun SessionOptions(behavior: SessionBehavior? = null, checks: Iterable<String>? = null, lockDelay: Long? = null, name: String? = null, node: String? = null, ttl: Long? = null): SessionOptions
A function providing a DSL for building io.vertx.ext.consul.SessionOptions objects. |
|
fun TxnError(opIndex: Int? = null, what: String? = null): TxnError
A function providing a DSL for building io.vertx.ext.consul.TxnError objects. |
|
fun TxnKVOperation(flags: Long? = null, index: Long? = null, key: String? = null, session: String? = null, type: TxnKVVerb? = null, value: String? = null): TxnKVOperation
A function providing a DSL for building io.vertx.ext.consul.TxnKVOperation objects. |
|
fun TxnRequest(): TxnRequest
A function providing a DSL for building io.vertx.ext.consul.TxnRequest objects. |
|
fun TxnResponse(errors: Iterable<TxnError>? = null): TxnResponse
A function providing a DSL for building io.vertx.ext.consul.TxnResponse objects. |