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

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

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

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

/**
 * Finds a snapshot for a given aggregate that is at most as recent as the given version.
 */
interface SnapshotProvider {
    @Trace
    fun invoke(aggregate: Aggregate, versionOrTimestamp: VersionOrTimestamp?): Snapshot?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy