AggregatorListener

interface AggregatorListener

Listener for Aggregator Events

Functions

onException
Link copied to clipboard
abstract fun onException(exception: AggregatorException)
onRecords
Link copied to clipboard
abstract fun onRecords(summary: Map<Record.RecordType, Int>)