SseConfig

data class SseConfig(val maxBufferSize: Int = 100, val maxProcessBuffers: Int = 1000)

Server-sent events configuration

Constructors

Link copied to clipboard
constructor(maxBufferSize: Int = 100, maxProcessBuffers: Int = 1000)

Properties

Link copied to clipboard
val maxBufferSize: Int = 100
Link copied to clipboard