vertx / io.vertx.rabbitmq / RabbitMQClient / isConnected

isConnected

abstract fun isConnected(): Boolean

Check if a connection is open

Return
true when the connection is open, false otherwise

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