commonMain.com.copperleaf.ballast.debugger.versions.ClientModelConverter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ballast-debugger-server-jvm Show documentation
Show all versions of ballast-debugger-server-jvm Show documentation
Ktor websocket server for building Ballast Debugger UI
package com.copperleaf.ballast.debugger.versions
public interface ClientModelConverter<
EventLowerVersion,
EventHigherVersion,
ActionLowerVersion,
ActionHigherVersion
> {
public fun mapEvent(event: EventLowerVersion): EventHigherVersion
public fun mapAction(action: ActionHigherVersion): ActionLowerVersion
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy