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

jvmMain.DefaultTransactionContext.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
package io.fluidsonic.raptor.transactions

import io.fluidsonic.raptor.*


internal class DefaultTransactionContext(
	override val parent: RaptorContext,
	override val properties: RaptorPropertySet,
) : RaptorTransactionContext {

	override fun toString() =
		"transaction context (TODO)"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy