Handler

interface Handler<A>

Base-interface of the different types of handlers

Properties

Link copied to clipboard
abstract val process: (Flow<A>, Job) -> Unit

function describing how this handler collects a Flow when called

Inheritors

Link copied to clipboard
Link copied to clipboard