All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cultureamp.eventsourcing.StatisticsCollector.kt Maven / Gradle / Ivy

The newest version!
package com.cultureamp.eventsourcing


interface StatisticsCollector {
    fun eventProcessed(processor: AsyncEventProcessor<*> , event : SequencedEvent<*>, durationMs: Long)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy