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

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

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

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

/**
 * Sets the version of the snapshot to the given version.
 */
interface SnapshotVersioner {
    @Trace
    fun invoke(snapshot: Snapshot, versionOrTimestamp: VersionOrTimestamp)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy