Package io.github.cfraser.connekt.api
Interfaces for
connekt.See: Description
-
Annotation Summary Annotation Description InternalConnektApi The InternalConnektApi annotation is applied to internalconnekt APIs. ExperimentalTransport The ExperimentalTransport annotation is applied to Transport implementations that are designated as experimental. -
Interface Summary Interface Description ReceiveChannel ReceiveChannel is a KotlinxCoroutinesReceiveChannel plus receiveSync and receiveAsync which enables idiomatic usage from Java code. SendChannel SendChannel is a KotlinxCoroutinesSendChannel plus sendSync and sendAsync which enables idiomatic usage from Java code. Builder A Transport.Builderbuilds a Transport using the builder pattern. Transport Transport provides message sending and receiving capabilities using a message queuing technology.