JsonlSimulationEventSink

Event sink that writes simulation events to a UTF-8 JSONL file.

Parent directories are created automatically and existing files are overwritten to keep scenario runs reproducible.

Constructors

Link copied to clipboard
constructor(outputPath: Path)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun emit(event: SimulationEvent)