| fun AclToken(id: String? = null, name: String? = null, rules: String? = null, type: AclTokenType? = null): AclTokenA function providing a DSL for building io.vertx.ext.consul.AclToken objects. | |
| fun BlockingQueryOptions(index: Long? = null, wait: String? = null): BlockingQueryOptionsA 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): CheckA function providing a DSL for building io.vertx.ext.consul.Check objects. | |
| fun CheckList(index: Long? = null, list: Iterable<Check>? = null): CheckListA 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): CheckOptionsA function providing a DSL for building io.vertx.ext.consul.CheckOptions objects. | |
| fun CheckQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null): CheckQueryOptionsA 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): ConsulClientOptionsA 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): CoordinateA function providing a DSL for building io.vertx.ext.consul.Coordinate objects. | |
| fun CoordinateList(index: Long? = null, list: Iterable<Coordinate>? = null): CoordinateListA function providing a DSL for building io.vertx.ext.consul.CoordinateList objects. | |
| fun DcCoordinates(datacenter: String? = null, servers: Iterable<Coordinate>? = null): DcCoordinatesA 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): EventA function providing a DSL for building io.vertx.ext.consul.Event objects. | |
| fun EventList(index: Long? = null, list: Iterable<Event>? = null): EventListA function providing a DSL for building io.vertx.ext.consul.EventList objects. | |
| fun EventListOptions(blockingOptions: BlockingQueryOptions? = null, name: String? = null): EventListOptionsA 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): EventOptionsA 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): KeyValueA function providing a DSL for building io.vertx.ext.consul.KeyValue objects. | |
| fun KeyValueList(index: Long? = null, list: Iterable<KeyValue>? = null): KeyValueListA 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): KeyValueOptionsA function providing a DSL for building io.vertx.ext.consul.KeyValueOptions objects. | |
| fun MaintenanceOptions(enable: Boolean? = null, id: String? = null, reason: String? = null): MaintenanceOptionsA 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): NodeA function providing a DSL for building io.vertx.ext.consul.Node objects. | |
| fun NodeList(index: Long? = null, list: Iterable<Node>? = null): NodeListA function providing a DSL for building io.vertx.ext.consul.NodeList objects. | |
| fun NodeQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null): NodeQueryOptionsA 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): PreparedQueryDefinitionA function providing a DSL for building io.vertx.ext.consul.PreparedQueryDefinition objects. | |
| fun PreparedQueryExecuteOptions(limit: Int? = null, near: String? = null): PreparedQueryExecuteOptionsA 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): PreparedQueryExecuteResponseA 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): ServiceA function providing a DSL for building io.vertx.ext.consul.Service objects. | |
| fun ServiceEntry(checks: Iterable<Check>? = null, node: Node? = null, service: Service? = null): ServiceEntryA function providing a DSL for building io.vertx.ext.consul.ServiceEntry objects. | |
| fun ServiceEntryList(index: Long? = null, list: Iterable<ServiceEntry>? = null): ServiceEntryListA function providing a DSL for building io.vertx.ext.consul.ServiceEntryList objects. | |
| fun ServiceList(index: Long? = null, list: Iterable<Service>? = null): ServiceListA 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): ServiceOptionsA function providing a DSL for building io.vertx.ext.consul.ServiceOptions objects. | |
| fun ServiceQueryOptions(blockingOptions: BlockingQueryOptions? = null, near: String? = null, tag: String? = null): ServiceQueryOptionsA 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): SessionA function providing a DSL for building io.vertx.ext.consul.Session objects. | |
| fun SessionList(index: Long? = null, list: Iterable<Session>? = null): SessionListA 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): SessionOptionsA function providing a DSL for building io.vertx.ext.consul.SessionOptions objects. | |
| fun TxnError(opIndex: Int? = null, what: String? = null): TxnErrorA 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): TxnKVOperationA function providing a DSL for building io.vertx.ext.consul.TxnKVOperation objects. | |
| fun TxnRequest(): TxnRequestA function providing a DSL for building io.vertx.ext.consul.TxnRequest objects. | |
| fun TxnResponse(errors: Iterable<TxnError>? = null): TxnResponseA function providing a DSL for building io.vertx.ext.consul.TxnResponse objects. |