ProcessorMonitor

interface ProcessorMonitor<T>

Reacts on T processing finished

Throws

in case of any IO or access failure

Inheritors

Functions

Link copied to clipboard
abstract fun onProcessed(objectToProcess: T)