Package-level declarations
Types
Link copied to clipboard
class Http4kSseClient(sseRequest: Request, http: HttpHandler, reconnectionMode: ReconnectionMode = Disconnect, reportError: (Exception) -> Unit = {}) : SseClient
Simple SSE client leveraging standard HttpHandlers. Tracks a single connection only and sends reconnection requests including the last event id.
Link copied to clipboard
interface ReconnectionMode
Determines how a client should behave when the realtime connection is lost.