interface CreateChannel
Creates a new channel. Will retry according to the retry policy if it fails
abstract operator fun invoke(channel: Channel): Call2<Channel>
class CreateChannelImpl : CreateChannel