class CreateChannelImpl : CreateChannel
<init> |
CreateChannelImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
invoke |
Creates a new channel. Will retry according to the retry policy if it fails operator fun invoke(channel: Channel): Call2<Channel> |