
com.github.rahulsom.grooves.functions.EventVersioner.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grooves-core Show documentation
Show all versions of grooves-core Show documentation
Simpler implementation of Grooves
The newest version!
package com.github.rahulsom.grooves.functions
import com.github.rahulsom.grooves.logging.Trace
/**
* Provides the version of the event.
*/
interface EventVersioner {
@Trace
fun invoke(event: Event): VersionOrTimestamp
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy