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

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

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

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

/**
 * Identifies the Aggregate that is deprecated by the given event, and the event id that's the converse of the given event.
 */
interface DeprecatedByProvider {
    @Trace
    fun invoke(event: Event): DeprecatedByResult
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy