vertx / io.vertx.rabbitmq / RabbitMQClient / isOpenChannel

isOpenChannel

abstract fun isOpenChannel(): Boolean

Check if a channel is open

Return
true when the connection is open, false otherwise

See Also
com.rabbitmq.client.ShutdownNotifier#isOpen()