StreamInfo

internal data class StreamInfo(val scope: CoroutineScope, val principal: Principal?, val eventSink: SseEventSink, val sse: Sse)

Connection level metadata for active streams to facilitate asynchronous processing

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope, principal: Principal?, eventSink: SseEventSink, sse: Sse)

Properties

Link copied to clipboard
val eventSink: SseEventSink
Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope
Link copied to clipboard
val sse: Sse