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

jvmMain.RaptorGraphScope.kt Maven / Gradle / Ivy

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

import io.fluidsonic.raptor.transactions.*


@RaptorDsl // TODO is @RaptorDsl ok? needed in RaptorGraphOperation.execute() to hide define {}
public interface RaptorGraphScope : RaptorTransactionScope {

	@RaptorDsl
	override val context: RaptorGraphContext
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy