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

S

send(E) - function in kotlinx.coroutines.channels.SendChannel
 
send(String,ByteArray) - function in io.github.cfraser.connekt.api.Transport.Base
Send the message to the queue.
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 sendSync and sendAsync which enables idiomatic usage from Java code.
SendChannel.Companion - class in io.github.cfraser.connekt.api.SendChannel
 
sendSync(E) - function in io.github.cfraser.connekt.api.SendChannel
Synchronously send the element to this channel.
sendTo(String) - function in io.github.cfraser.connekt.api.Transport
Initialize a SendChannel to SendChannel.send messages to the queue.
sendTo(String) - function in io.github.cfraser.connekt.api.Transport.Base
Initialize a SendChannel to send messages to the queue in a GlobalScope coroutine.
A  B  C  E  G  I  M  O  P  R  S  T