OkHttpSseSessionFactory

class OkHttpSseSessionFactory<Ctx>(okHttpClient: OkHttpClient) : SseSessionFactory<Ctx>

SseSessionFactory implementation using OkHttp SSE.

Constructors

Link copied to clipboard
constructor(okHttpClient: OkHttpClient)

Functions

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