A
C
G
I
M
O
P
R
S
T
R
- receive() - function in kotlinx.coroutines.channels.ReceiveChannel
- 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 receiveAsync which enables idiomatic non-blocking 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.
- receiveOrNull() - function in kotlinx.coroutines.channels.ReceiveChannel