vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pubsubChannelsAwait

pubsubChannelsAwait

suspend fun RedisTransaction.pubsubChannelsAwait(pattern: String): String

Suspending version of method io.vertx.redis.RedisTransaction.pubsubChannels

Parameters

pattern - A glob-style pattern - an empty string means no pattern

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.