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

jvmMain.api.RaptorTransactionContext.kt Maven / Gradle / Ivy

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

import io.fluidsonic.raptor.*


public interface RaptorTransactionContext : RaptorContext, RaptorTransactionScope {

	override fun toString(): String


	override fun asScope(): RaptorTransactionScope =
		this


	override val context: RaptorTransactionContext
		get() = this


	override val parent: RaptorContext


	public interface Lazy : RaptorTransactionContext, RaptorContext.Lazy
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy