in Confidence/src/main/java/com/spotify/confidence/EventSender.kt [18:33]
fun track(eventProducer: EventProducer)
/**
* Safely stop a Confidence instance
*/
fun stop()
/**
* Manually flush events from storage.
*/
fun flush()
override fun withContext(context: Map<String, ConfidenceValue>): EventSender
}
internal interface FlushPolicy {