A
C
G
I
M
O
P
R
S
T
S
- send(E) - function in kotlinx.coroutines.channels.SendChannel
- sendAsync(E) - function in io.github.cfraser.connekt.api.SendChannel
- Asynchronously send the element to this channel.
- SendChannel - class in io.github.cfraser.connekt.api
- SendChannel is a KotlinxCoroutinesSendChannel plus sendAsync which enables idiomatic non-blocking usage from Java code.
- SendChannel.Companion - class in io.github.cfraser.connekt.api.SendChannel
- sendTo(String) - function in io.github.cfraser.connekt.api.Transport
- Initialize a SendChannel to SendChannel.send messages to the queue.