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

com.github.rahulsom.grooves.functions.ExceptionHandler.kt Maven / Gradle / Ivy

The newest version!
package com.github.rahulsom.grooves.functions

import com.github.rahulsom.grooves.EventApplyOutcome
import com.github.rahulsom.grooves.logging.Trace

/**
 * A function that handles exceptions thrown when applying an event to a snapshot.
 */
interface ExceptionHandler {
    @Trace
    fun invoke(exception: Exception, snapshot: Snapshot, event: Event): EventApplyOutcome
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy