ClientSSESession

interface ClientSSESession : CoroutineScope

A client Server-sent events session.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val incoming: Flow<ServerSentEvent>

An incoming server-sent events flow.

Functions

Link copied to clipboard