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

putValueAwait

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

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

Parameters

key - the key

value - the value

Return

Boolean

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.