A  B  C  E  G  I  M  O  P  R  S  T 

R

receive() - function in kotlinx.coroutines.channels.ReceiveChannel
 
receive(CoroutineScope,String) - function in io.github.cfraser.connekt.api.Transport.Base
Receive the messages from the queue.
receiveAsync() - function in io.github.cfraser.connekt.api.ReceiveChannel
Asynchronously receive the next element from this channel.
receiveCatching() - function in kotlinx.coroutines.channels.ReceiveChannel
 
ReceiveChannel - class in io.github.cfraser.connekt.api
ReceiveChannel is a KotlinxCoroutinesReceiveChannel plus receiveSync and receiveAsync which enables idiomatic usage from Java code.
ReceiveChannel.Companion - class in io.github.cfraser.connekt.api.ReceiveChannel
 
receiveFrom(String) - function in io.github.cfraser.connekt.api.Transport
Initialize a ReceiveChannel to ReceiveChannel.receive messages from the queue.
receiveFrom(String) - function in io.github.cfraser.connekt.api.Transport.Base
Initialize a ReceiveChannel to receive messages from the queue in a GlobalScope coroutine.
receiveOrNull() - function in kotlinx.coroutines.channels.ReceiveChannel
 
receiveSync() - function in io.github.cfraser.connekt.api.ReceiveChannel
Synchronously receive the next element from this channel.
A  B  C  E  G  I  M  O  P  R  S  T