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

com.github.rahulsom.grooves.GroovesQuery.kt Maven / Gradle / Ivy

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

interface GroovesQuery {
    fun computeSnapshot(aggregate: Aggregate, at: VersionOrTimestamp?, redirect: Boolean):
        GroovesResult

    fun computeSnapshot(aggregate: Aggregate, at: VersionOrTimestamp?) =
        (
            computeSnapshot(aggregate, at, true)
                as GroovesResult.Success
            ).snapshot
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy