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

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

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


internal interface RaptorTransactionObserver {

	suspend fun onFail(context: RaptorTransactionContext, error: Throwable)
	suspend fun onStart(context: RaptorTransactionContext)
	suspend fun onStop(context: RaptorTransactionContext)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy