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

jvmMain.api.RaptorTransactionConfigurationScope.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 RaptorTransactionConfigurationScope {

	@RaptorDsl
	public val lazyContext: RaptorTransactionContext

	@RaptorDsl
	public val parentContext: RaptorContext

	@RaptorDsl
	public val propertyRegistry: RaptorPropertyRegistry
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy