fun stop()

in Confidence/src/main/java/com/spotify/confidence/EventSender.kt [23:33]


    fun stop()

    /**
     * Manually flush events from storage.
     */
    fun flush()

    override fun withContext(context: Map<String, ConfidenceValue>): EventSender
}

internal interface FlushPolicy {