eppo_core 10.0.0

Eppo SDK core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod auto_flusher;
mod batched_message;
mod batcher;
mod delivery;
mod event;
mod event_delivery;
mod event_ingestion;

use batched_message::BatchedMessage;
use event::Event;

pub use event_ingestion::{EventIngestion, EventIngestionConfig};