LastEvents

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

Keep the last count completed SSE events in the diagnostic buffer.

The session appends an event when it encounters an empty line (SSE event boundary).

Report a problem

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
val count: Int