CatchUpSummary

data class CatchUpSummary(val messages: Long, val conversations: Long, val completed: Boolean, val failed: Long)

Counts the messages and conversations stored by Client.catchUpToLive. failed counts processing failures. completed is false if processing fails or the run does not reach its targets before the timeout.

Constructors

Link copied to clipboard
constructor(messages: Long, conversations: Long, completed: Boolean, failed: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard