MessagingChannels

Helpers for registering typed messaging channels.

Functions

Link copied to clipboard
fun <T> registerTyped(messaging: Messaging, id: String, codec: Codec<T>, handler: TypedMessageHandler<T>): TypedChannel<T>
Link copied to clipboard
fun <T> typed(channel: Channel, codec: Codec<T>): TypedChannel<T>