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

commands.BakuCommandHandler.kt Maven / Gradle / Ivy

There is a newer version: 0.9.27
Show newest version
package com.github.fluidsonic.baku


internal class BakuCommandHandler(
	val factory: BakuCommandFactory,
	val handler: Transaction.() -> (suspend (command: Command) -> Result)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy