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

com.turbomates.event.exposed.EventSourcingEvent.kt Maven / Gradle / Ivy

package com.turbomates.event.exposed

import com.turbomates.event.Event
import kotlinx.serialization.Serializable

@Serializable
abstract class EventSourcingEvent(val id: T) : Event()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy