SseSessionFactory

fun interface SseSessionFactory<Ctx>

Factory for creating SseSessions.

Functions

Link copied to clipboard
abstract suspend fun open(context: Ctx, url: String, lastEventId: String?, listener: TaskBridgeSseListener): SseSession

Opens a new SSE connection to the given URL.