TypedChannel

class TypedChannel<T>(channel: Channel, codec: Codec<T>)

Typed view over a messaging channel.

Constructors

Link copied to clipboard
constructor(channel: Channel, codec: Codec<T>)

Properties

Link copied to clipboard
val id: String

Functions

Link copied to clipboard
fun send(value: T)