ArangoTransaction

avokka.arangodb.ArangoTransaction
See theArangoTransaction companion object
trait ArangoTransaction[F[_]]

ArangoDB stream transaction API

Type parameters

F

effect

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Abort a running server-side transaction. Aborting is an idempotent operation. It is not an error to abort a transaction more than once.

Abort a running server-side transaction. Aborting is an idempotent operation. It is not an error to abort a transaction more than once.

Attributes

Commit a running server-side transaction. Committing is an idempotent operation. It is not an error to commit a transaction more than once.

Commit a running server-side transaction. Committing is an idempotent operation. It is not an error to commit a transaction more than once.

Attributes

identifier of the transaction

identifier of the transaction

Attributes

Fetch status of a server-side transaction

Fetch status of a server-side transaction

Attributes