vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient

Extensions for io.vertx.ext.consul.ConsulClient

agentInfoAwait

suspend fun ConsulClient.agentInfoAwait(): JsonObject

Suspending version of method io.vertx.ext.consul.ConsulClient.agentInfo

catalogDatacentersAwait

suspend fun ConsulClient.catalogDatacentersAwait(): List<String>

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogDatacenters

catalogNodeServicesAwait

suspend fun ConsulClient.catalogNodeServicesAwait(node: String): ServiceList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogNodeServices

catalogNodeServicesWithOptionsAwait

suspend fun ConsulClient.catalogNodeServicesWithOptionsAwait(node: String, options: BlockingQueryOptions): ServiceList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogNodeServicesWithOptions

catalogNodesAwait

suspend fun ConsulClient.catalogNodesAwait(): NodeList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogNodes

catalogNodesWithOptionsAwait

suspend fun ConsulClient.catalogNodesWithOptionsAwait(options: NodeQueryOptions): NodeList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogNodesWithOptions

catalogServiceNodesAwait

suspend fun ConsulClient.catalogServiceNodesAwait(service: String): ServiceList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogServiceNodes

catalogServiceNodesWithOptionsAwait

suspend fun ConsulClient.catalogServiceNodesWithOptionsAwait(service: String, options: ServiceQueryOptions): ServiceList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogServiceNodesWithOptions

catalogServicesAwait

suspend fun ConsulClient.catalogServicesAwait(): ServiceList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogServices

catalogServicesWithOptionsAwait

suspend fun ConsulClient.catalogServicesWithOptionsAwait(options: BlockingQueryOptions): ServiceList

Suspending version of method io.vertx.ext.consul.ConsulClient.catalogServicesWithOptions

cloneAclTokenAwait

suspend fun ConsulClient.cloneAclTokenAwait(id: String): String

Suspending version of method io.vertx.ext.consul.ConsulClient.cloneAclToken

coordinateDatacentersAwait

suspend fun ConsulClient.coordinateDatacentersAwait(): List<DcCoordinates>

Suspending version of method io.vertx.ext.consul.ConsulClient.coordinateDatacenters

coordinateNodesAwait

suspend fun ConsulClient.coordinateNodesAwait(): CoordinateList

Suspending version of method io.vertx.ext.consul.ConsulClient.coordinateNodes

coordinateNodesWithOptionsAwait

suspend fun ConsulClient.coordinateNodesWithOptionsAwait(options: BlockingQueryOptions): CoordinateList

Suspending version of method io.vertx.ext.consul.ConsulClient.coordinateNodesWithOptions

createAclTokenAwait

suspend fun ConsulClient.createAclTokenAwait(token: AclToken): String

Suspending version of method io.vertx.ext.consul.ConsulClient.createAclToken

createPreparedQueryAwait

suspend fun ConsulClient.createPreparedQueryAwait(definition: PreparedQueryDefinition): String

Suspending version of method io.vertx.ext.consul.ConsulClient.createPreparedQuery

createSessionAwait

suspend fun ConsulClient.createSessionAwait(): String

Suspending version of method io.vertx.ext.consul.ConsulClient.createSession

createSessionWithOptionsAwait

suspend fun ConsulClient.createSessionWithOptionsAwait(options: SessionOptions): String

Suspending version of method io.vertx.ext.consul.ConsulClient.createSessionWithOptions

deletePreparedQueryAwait

suspend fun ConsulClient.deletePreparedQueryAwait(id: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.deletePreparedQuery

deleteValueAwait

suspend fun ConsulClient.deleteValueAwait(key: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.deleteValue

deleteValuesAwait

suspend fun ConsulClient.deleteValuesAwait(keyPrefix: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.deleteValues

deregisterCheckAwait

suspend fun ConsulClient.deregisterCheckAwait(checkId: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.deregisterCheck

deregisterServiceAwait

suspend fun ConsulClient.deregisterServiceAwait(id: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.deregisterService

destroyAclTokenAwait

suspend fun ConsulClient.destroyAclTokenAwait(id: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.destroyAclToken

destroySessionAwait

suspend fun ConsulClient.destroySessionAwait(id: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.destroySession

executePreparedQueryAwait

suspend fun ConsulClient.executePreparedQueryAwait(query: String): PreparedQueryExecuteResponse

Suspending version of method io.vertx.ext.consul.ConsulClient.executePreparedQuery

executePreparedQueryWithOptionsAwait

suspend fun ConsulClient.executePreparedQueryWithOptionsAwait(query: String, options: PreparedQueryExecuteOptions): PreparedQueryExecuteResponse

Suspending version of method io.vertx.ext.consul.ConsulClient.executePreparedQueryWithOptions

failCheckAwait

suspend fun ConsulClient.failCheckAwait(checkId: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.failCheck

failCheckWithNoteAwait

suspend fun ConsulClient.failCheckWithNoteAwait(checkId: String, note: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.failCheckWithNote

fireEventAwait

suspend fun ConsulClient.fireEventAwait(name: String): Event

Suspending version of method io.vertx.ext.consul.ConsulClient.fireEvent

fireEventWithOptionsAwait

suspend fun ConsulClient.fireEventWithOptionsAwait(name: String, options: EventOptions): Event

Suspending version of method io.vertx.ext.consul.ConsulClient.fireEventWithOptions

getAllPreparedQueriesAwait

suspend fun ConsulClient.getAllPreparedQueriesAwait(): List<PreparedQueryDefinition>

Suspending version of method io.vertx.ext.consul.ConsulClient.getAllPreparedQueries

getKeysAwait

suspend fun ConsulClient.getKeysAwait(keyPrefix: String): List<String>

Suspending version of method io.vertx.ext.consul.ConsulClient.getKeys

getKeysWithOptionsAwait

suspend fun ConsulClient.getKeysWithOptionsAwait(keyPrefix: String, options: BlockingQueryOptions): List<String>

Suspending version of method io.vertx.ext.consul.ConsulClient.getKeysWithOptions

getPreparedQueryAwait

suspend fun ConsulClient.getPreparedQueryAwait(id: String): PreparedQueryDefinition

Suspending version of method io.vertx.ext.consul.ConsulClient.getPreparedQuery

getValueAwait

suspend fun ConsulClient.getValueAwait(key: String): KeyValue

Suspending version of method io.vertx.ext.consul.ConsulClient.getValue

getValueWithOptionsAwait

suspend fun ConsulClient.getValueWithOptionsAwait(key: String, options: BlockingQueryOptions): KeyValue

Suspending version of method io.vertx.ext.consul.ConsulClient.getValueWithOptions

getValuesAwait

suspend fun ConsulClient.getValuesAwait(keyPrefix: String): KeyValueList

Suspending version of method io.vertx.ext.consul.ConsulClient.getValues

getValuesWithOptionsAwait

suspend fun ConsulClient.getValuesWithOptionsAwait(keyPrefix: String, options: BlockingQueryOptions): KeyValueList

Suspending version of method io.vertx.ext.consul.ConsulClient.getValuesWithOptions

healthChecksAwait

suspend fun ConsulClient.healthChecksAwait(service: String): CheckList

Suspending version of method io.vertx.ext.consul.ConsulClient.healthChecks

healthChecksWithOptionsAwait

suspend fun ConsulClient.healthChecksWithOptionsAwait(service: String, options: CheckQueryOptions): CheckList

Suspending version of method io.vertx.ext.consul.ConsulClient.healthChecksWithOptions

healthServiceNodesAwait

suspend fun ConsulClient.healthServiceNodesAwait(service: String, passing: Boolean): ServiceEntryList

Suspending version of method io.vertx.ext.consul.ConsulClient.healthServiceNodes

healthServiceNodesWithOptionsAwait

suspend fun ConsulClient.healthServiceNodesWithOptionsAwait(service: String, passing: Boolean, options: ServiceQueryOptions): ServiceEntryList

Suspending version of method io.vertx.ext.consul.ConsulClient.healthServiceNodesWithOptions

healthStateAwait

suspend fun ConsulClient.healthStateAwait(healthState: HealthState): CheckList

Suspending version of method io.vertx.ext.consul.ConsulClient.healthState

healthStateWithOptionsAwait

suspend fun ConsulClient.healthStateWithOptionsAwait(healthState: HealthState, options: CheckQueryOptions): CheckList

Suspending version of method io.vertx.ext.consul.ConsulClient.healthStateWithOptions

infoAclTokenAwait

suspend fun ConsulClient.infoAclTokenAwait(id: String): AclToken

Suspending version of method io.vertx.ext.consul.ConsulClient.infoAclToken

infoSessionAwait

suspend fun ConsulClient.infoSessionAwait(id: String): Session

Suspending version of method io.vertx.ext.consul.ConsulClient.infoSession

infoSessionWithOptionsAwait

suspend fun ConsulClient.infoSessionWithOptionsAwait(id: String, options: BlockingQueryOptions): Session

Suspending version of method io.vertx.ext.consul.ConsulClient.infoSessionWithOptions

leaderStatusAwait

suspend fun ConsulClient.leaderStatusAwait(): String

Suspending version of method io.vertx.ext.consul.ConsulClient.leaderStatus

listAclTokensAwait

suspend fun ConsulClient.listAclTokensAwait(): List<AclToken>

Suspending version of method io.vertx.ext.consul.ConsulClient.listAclTokens

listEventsAwait

suspend fun ConsulClient.listEventsAwait(): EventList

Suspending version of method io.vertx.ext.consul.ConsulClient.listEvents

listEventsWithOptionsAwait

suspend fun ConsulClient.listEventsWithOptionsAwait(options: EventListOptions): EventList

Suspending version of method io.vertx.ext.consul.ConsulClient.listEventsWithOptions

listNodeSessionsAwait

suspend fun ConsulClient.listNodeSessionsAwait(nodeId: String): SessionList

Suspending version of method io.vertx.ext.consul.ConsulClient.listNodeSessions

listNodeSessionsWithOptionsAwait

suspend fun ConsulClient.listNodeSessionsWithOptionsAwait(nodeId: String, options: BlockingQueryOptions): SessionList

Suspending version of method io.vertx.ext.consul.ConsulClient.listNodeSessionsWithOptions

listSessionsAwait

suspend fun ConsulClient.listSessionsAwait(): SessionList

Suspending version of method io.vertx.ext.consul.ConsulClient.listSessions

listSessionsWithOptionsAwait

suspend fun ConsulClient.listSessionsWithOptionsAwait(options: BlockingQueryOptions): SessionList

Suspending version of method io.vertx.ext.consul.ConsulClient.listSessionsWithOptions

localChecksAwait

suspend fun ConsulClient.localChecksAwait(): List<Check>

Suspending version of method io.vertx.ext.consul.ConsulClient.localChecks

localServicesAwait

suspend fun ConsulClient.localServicesAwait(): List<Service>

Suspending version of method io.vertx.ext.consul.ConsulClient.localServices

maintenanceServiceAwait

suspend fun ConsulClient.maintenanceServiceAwait(maintenanceOptions: MaintenanceOptions): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.maintenanceService

passCheckAwait

suspend fun ConsulClient.passCheckAwait(checkId: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.passCheck

passCheckWithNoteAwait

suspend fun ConsulClient.passCheckWithNoteAwait(checkId: String, note: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.passCheckWithNote

peersStatusAwait

suspend fun ConsulClient.peersStatusAwait(): List<String>

Suspending version of method io.vertx.ext.consul.ConsulClient.peersStatus

putValueAwait

suspend fun ConsulClient.putValueAwait(key: String, value: String): Boolean

Suspending version of method io.vertx.ext.consul.ConsulClient.putValue

putValueWithOptionsAwait

suspend fun ConsulClient.putValueWithOptionsAwait(key: String, value: String, options: KeyValueOptions): Boolean

Suspending version of method io.vertx.ext.consul.ConsulClient.putValueWithOptions

registerCheckAwait

suspend fun ConsulClient.registerCheckAwait(checkOptions: CheckOptions): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.registerCheck

registerServiceAwait

suspend fun ConsulClient.registerServiceAwait(serviceOptions: ServiceOptions): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.registerService

renewSessionAwait

suspend fun ConsulClient.renewSessionAwait(id: String): Session

Suspending version of method io.vertx.ext.consul.ConsulClient.renewSession

transactionAwait

suspend fun ConsulClient.transactionAwait(request: TxnRequest): TxnResponse

Suspending version of method io.vertx.ext.consul.ConsulClient.transaction

updateAclTokenAwait

suspend fun ConsulClient.updateAclTokenAwait(token: AclToken): String

Suspending version of method io.vertx.ext.consul.ConsulClient.updateAclToken

updateCheckAwait

suspend fun ConsulClient.updateCheckAwait(checkId: String, status: CheckStatus): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.updateCheck

updateCheckWithNoteAwait

suspend fun ConsulClient.updateCheckWithNoteAwait(checkId: String, status: CheckStatus, note: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.updateCheckWithNote

updatePreparedQueryAwait

suspend fun ConsulClient.updatePreparedQueryAwait(definition: PreparedQueryDefinition): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.updatePreparedQuery

warnCheckAwait

suspend fun ConsulClient.warnCheckAwait(checkId: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.warnCheck

warnCheckWithNoteAwait

suspend fun ConsulClient.warnCheckWithNoteAwait(checkId: String, note: String): Unit

Suspending version of method io.vertx.ext.consul.ConsulClient.warnCheckWithNote