Transaction

avokka.arangodb.models.Transaction
See theTransaction companion object
case class Transaction(id: TransactionId, status: String)

describing a transaction

Value parameters

id

identifier of the transaction

status

status of the transaction “running”, “committed” or “aborted”

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product