LastLines

data class LastLines(val count: Int) : SSEBufferPolicy(source)

Keep the last count text lines of the stream in the buffer. Includes blank lines that delimit SSE events, comment lines, etc.).

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
val count: Int