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

s2.spring.sourcing.data.event.EventRepositoryFactory.kt Maven / Gradle / Ivy

The newest version!
package s2.spring.sourcing.data.event

import kotlin.reflect.KClass
import kotlinx.serialization.json.Json
import s2.dsl.automate.Evt
import s2.dsl.automate.model.WithS2Id
import s2.sourcing.dsl.event.EventRepository

interface EventRepositoryFactory {


    fun  create(
        eventType: KClass,
        json: Json
    ): EventRepository where EVENT : Evt, EVENT : WithS2Id
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy