FateLogReader

Reads log files created by FateLogWriter.

Constructors

Link copied to clipboard
constructor(stream: InputStream)

Types

Link copied to clipboard
data class ChannelInfo(val name: String, val schema: FateSchema<*>)
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard

Returns the channel info for the given index.

Link copied to clipboard

Returns all channels that have been registered in the log.

Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): FateLogEntry
Link copied to clipboard

Returns all entries in the log as a list.

Link copied to clipboard

Returns all message entries for the given channel name.