vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / unsubscribeAwait

unsubscribeAwait

suspend fun RedisClient.unsubscribeAwait(channels: List<String>): Unit

Stop listening for messages posted to the given channels

Parameters

channels - List of channels to subscribe to

handler - Handler for the result of this call.

Return