ConsoleSink

class ConsoleSink<T> : Sink<T>

Sink that writes snapshots using toString to stdout.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun emit(value: T)

Emits a value downstream. If this method throws, the exception should be propagated to the consumer.