open

abstract suspend fun open(): AMQPResponse.Channel.Opened

Opens the channel.

This method is called automatically when the channel is created. It is not necessary to call it manually.

Return

AMQPResponse.Channel.Opened confirming that broker has accepted the open request.