Module re_analytics::native::pipeline
source ยท Structsยง
- An eventual, at-least-once(-ish) event pipeline, backed by a write-ahead log on the local disk.
Enumsยง
Functionsยง
- append_event ๐Appends the
event
to the activesession_file
. - flush_events ๐Sends all events currently buffered in the
session_file
down thesink
. - flush_pending_events ๐
- realtime_pipeline ๐
- try_send_event ๐