MessagingChannels
object 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>