Package com.cookpad.puree.kotlin.output

Types

PureeBufferedLog
Link copied to clipboard
data class PureeBufferedLog(id: Long, createdAt: Instant, log: JSONObject)
Log object that is buffered to a com.cookpad.puree.kotlin.store.PureeLogStore.
PureeBufferedOutput
Link copied to clipboard
abstract class PureeBufferedOutput(uniqueId: String) : PureeOutput
The output that emits posted logs in batches.
PureeOutput
Link copied to clipboard
interface PureeOutput
The output that emits posted logs.