EventPool

interface EventPool

Inheritors

Properties

Link copied to clipboard
abstract val lifetimeMillis: Long

Functions

Link copied to clipboard
abstract fun confirm(event: Identifier, client: Identifier)
Link copied to clipboard
abstract fun get(reference: EventReference, client: Identifier): List<ServerWebSocketEvent>
Link copied to clipboard
abstract fun onEvent(reference: EventReference, client: Identifier, handler: suspend (ServerWebSocketEvent) -> Unit)
Link copied to clipboard
abstract suspend fun push(event: ServerWebSocketEvent)