AsyncPipeline

class AsyncPipeline(val pipeline: List<<ERROR CLASS>>, queueCapacity: Int = Channel.UNLIMITED)

Constructors

Link copied to clipboard
fun AsyncPipeline(pipeline: List<<ERROR CLASS>>, queueCapacity: Int = Channel.UNLIMITED)

Types

Link copied to clipboard
object Key

Functions

Link copied to clipboard
open fun handle(log: <ERROR CLASS>): <ERROR CLASS>

Properties

Link copied to clipboard
open val coroutineContext: CoroutineContext
Link copied to clipboard
open val key: <ERROR CLASS><out <ERROR CLASS>>
Link copied to clipboard
val pipeline: List<<ERROR CLASS>>