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

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

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

import com.github.rahulsom.grooves.logging.Trace
import java.util.stream.Stream

/**
 * Provides events that are later than the last known snapshot up until the version specified.
 * If the version specified is null, then all events are returned.
 */
interface EventsProvider {
    @Trace
    fun invoke(
        aggregates: List,
        versionOrTimestamp: VersionOrTimestamp?,
        lastSnapshot: Snapshot
    ): Stream
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy